Current commitfest | Next commitfest | FAQ | Statistics | Highlights
Highlight type: all assertion compiler core linker panic regress sanitizer tap test
Time range: current 7-day 30-day 90-day
This robot generates gigabytes of CI logs every week. Here is an attempt to search for "highlights", so it's easier to find actionable information quickly. New ideas for what patterns to search for are very welcome. "Current" shows only the most recent results from each submission. The wider time ranges also show information about historical versions, which may be useful for flapping tests, and also for hunting for bugs in master.
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [23:41:02.436] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [23:41:02.547] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [22:19:56.858] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [22:19:47.441] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [22:19:16.347] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [22:19:06.702] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [22:20:21.793] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [17:52:39.256] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [17:52:24.372] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [17:51:40.799] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [17:51:13.671] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [17:53:22.513] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [12:02:47.986] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [12:02:47.986] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [12:02:39.820] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [12:02:39.820] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [12:02:11.775] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [12:02:11.775] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [12:02:03.834] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [12:02:03.834] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [12:03:09.793] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [12:03:09.793] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [11:36:54.934] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5355 | A patch to provide a view of memory context statistics for all PostgreSQL processes. |
CompilerWarnings | |
compiler | [08:13:16.464] mcxtfuncs.c:38:13: error: no previous extern declaration for non-static variable 'memstats_area' [-Werror... |
compiler | [08:11:25.531] mcxtfuncs.c:38:13: error: no previous extern declaration for non-static variable 'memstats_area' [-Werror... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [07:04:33.474] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [07:04:33.474] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [07:04:33.474] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [07:04:33.474] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:03:48.248] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [07:03:58.235] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [07:03:58.235] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [07:03:48.248] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:46:14.370] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value |
50/4966 | Parallel CREATE INDEX for GIN indexes |
CompilerWarnings | |
compiler | [00:16:17.871] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [00:16:17.871] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [18:18:37.318] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [11:24:29.130] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [11:24:29.130] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [11:24:20.530] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [11:24:20.530] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [11:23:51.747] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [11:23:51.747] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [11:23:43.506] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [11:23:43.506] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [11:24:50.910] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [11:24:50.910] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [07:23:05.407] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [07:22:04.318] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [07:30:07.121] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [01:39:00.697] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [01:36:55.768] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [01:34:15.488] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [01:32:21.593] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [01:42:51.122] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:33:53.744] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [20:33:36.361] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [20:33:53.744] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [19:16:36.780] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [19:16:26.628] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [19:15:56.752] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [19:15:47.271] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [19:17:01.048] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [14:31:02.665] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [14:30:47.791] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [14:30:08.858] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [14:29:54.368] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [14:31:43.360] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [09:10:51.660] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [09:10:51.660] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [09:10:42.119] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [09:10:42.119] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [09:10:06.046] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [09:10:06.046] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [09:09:57.279] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [09:09:57.279] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [09:11:16.753] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [09:11:16.753] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [09:10:34.592] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [05:29:26.253] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [05:29:26.253] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [05:29:26.253] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [05:29:26.253] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [05:25:29.045] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [05:25:29.045] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [04:23:59.323] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value |
50/4966 | Parallel CREATE INDEX for GIN indexes |
CompilerWarnings | |
compiler | [22:45:28.533] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [22:45:28.533] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [16:33:17.364] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [09:35:42.405] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [09:35:42.405] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [09:35:32.829] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [09:35:32.829] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [09:34:58.111] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [09:34:58.111] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [09:34:49.461] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [09:34:49.461] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [09:36:07.308] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [09:36:07.308] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [05:31:52.372] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [05:31:00.192] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [05:36:37.116] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [23:58:29.046] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [23:56:11.067] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [23:53:24.749] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [23:51:31.153] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [00:02:19.606] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [18:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [18:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [18:57:42.448] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [17:25:34.752] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [17:25:25.414] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [17:24:56.124] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [17:24:46.658] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [17:26:15.180] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [13:17:16.916] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [13:16:53.540] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [13:16:08.839] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [13:15:49.726] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [13:17:48.403] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args] |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [07:58:30.971] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [07:58:30.971] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [07:58:22.837] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [07:58:22.837] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [07:57:53.476] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [07:57:53.476] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [07:57:46.124] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [07:57:46.124] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [07:58:52.754] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [07:58:52.754] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:58:26.364] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [04:17:16.093] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [04:17:16.093] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [04:17:16.093] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [04:17:16.093] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [04:16:55.081] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [04:17:08.750] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [04:17:08.607] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [04:16:55.081] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [02:57:54.384] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value |
50/4966 | Parallel CREATE INDEX for GIN indexes |
CompilerWarnings | |
compiler | [20:50:08.821] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [20:50:08.821] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [15:05:03.441] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [08:27:39.092] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [08:27:39.092] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [08:27:30.585] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [08:27:30.585] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [08:27:00.086] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [08:27:00.086] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [08:26:51.951] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [08:26:51.951] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [08:28:02.062] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [08:28:02.062] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [04:09:46.312] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [04:08:58.626] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [04:14:31.437] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [21:49:54.188] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [21:47:49.057] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [21:45:32.344] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [21:43:18.024] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [21:53:22.576] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [16:20:59.212] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [16:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [16:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [14:45:22.607] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [14:45:11.883] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [14:44:35.413] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [14:44:25.480] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [14:45:49.319] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [04:31:33.253] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:31:33.253] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [04:31:24.465] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:31:24.465] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [04:30:52.137] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:30:52.137] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:30:43.643] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:30:43.643] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:31:58.081] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:31:58.081] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [04:31:25.527] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [23:58:26.182] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [23:58:26.182] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [23:58:26.182] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [23:58:26.182] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:57:29.300] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [23:57:39.539] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [23:57:39.539] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [23:57:29.300] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |