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/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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [11:24:29.130] smgr.c:487:9: error: unused variable 'which' [-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:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [11:24:50.910] smgr.c:282:25: error: unused variable ‘forknum’ [-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:36.361] ../src/backend/libpq/be-secure-openssl.c(1566): 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:53.744] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [20:33:36.374] ../src/backend/libpq/be-secure-openssl.c(1575): 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:36.374] ../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 | [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] 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... |
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:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
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:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [05:29:26.253] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:25:29.045] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
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... |
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:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [22:45:28.533] 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 | [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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [09:35:42.405] smgr.c:282:13: error: unused variable 'forknum' [-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: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:36:07.308] 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] |
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(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [18:57:42.448] ../src/backend/libpq/be-secure-openssl.c(1575): 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:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [18:58:00.011] 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 | [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: 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:57:53.476] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [07:57:53.476] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
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: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: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
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:17:08.607] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [04:17:08.750] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [04:16:55.081] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
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:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [20:50:08.821] 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 | [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: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: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 C4024: 'ASN1_TIME_to_timestamptz': different type... |
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:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [16:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
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] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:30:52.137] ../../../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:30:43.643] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:31:58.081] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:31:58.081] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
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: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [23:58:26.182] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
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:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
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(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [23:57:29.300] ../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 | [22:46:32.664] ../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 | [16:30:58.494] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [16:30:58.494] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5285 | NOT ENFORCED constraint feature |
CompilerWarnings | |
compiler | [15:05:29.648] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [15:05:29.648] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [15:04:30.153] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [15:04:30.153] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [15:03:09.868] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [15:03:09.868] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [15:02:14.414] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [15:02:14.414] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [15:07:37.840] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [15:07:37.840] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [09:48:20.537] 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 | [03:10:44.147] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [03:10:44.147] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [03:10:34.297] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [03:10:34.297] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [03:09:58.492] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:09:58.492] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [03:09:49.809] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:09:49.809] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [03:11:09.935] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:11:09.935] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [23:10:05.900] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:09:36.917] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:12:45.287] ../../../../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 | [17:38:04.438] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [17:35:42.541] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [17:33:13.855] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [17:31:25.181] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [17:41:40.595] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [13:19:07.960] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [12:22:18.129] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [12:22:17.956] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [11:11:37.207] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [11:11:27.525] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [11:10:58.119] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [11:10:48.020] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [11:12:05.962] 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 | [00:56:36.623] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [00:56:36.623] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:56:27.944] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [00:56:27.944] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:55:59.175] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:55:59.175] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [00:55:51.201] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [00:55:51.201] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:56:58.888] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:56:58.888] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [00:58:50.041] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [20:55:24.278] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [20:55:24.278] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [20:55:24.278] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [20:55:24.278] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:54:36.215] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [20:54:36.215] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [20:54:46.850] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [20:54:46.850] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [19:43:02.882] ../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 | [13:45:08.104] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [13:45:08.104] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5285 | NOT ENFORCED constraint feature |
CompilerWarnings | |
compiler | [12:46:06.652] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [12:46:06.652] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [12:45:30.958] tablecmds.c:10904:7: error: variable 'updateTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [12:45:30.958] tablecmds.c:10904:7: error: variable 'deleteTriggerOid' is used uninitialized whenever 'if' condition is ... |
compiler | [12:44:14.314] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:44:14.314] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:43:11.570] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:43:11.570] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:47:47.220] tablecmds.c:10918:17: error: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:47:47.220] tablecmds.c:10918:17: error: ‘updateTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized] |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [12:00:37.602] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/5007 | relfilenode statistics |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [10:06:48.668] ../src/test/modules/injection_points/injection_stats.c(170): error C2198: 'pgstat_get_entry_ref_locked': ... |
compiler | [10:06:48.668] ../src/test/modules/injection_points/injection_stats.c(148): error C2198: 'pgstat_drop_entry': too few ar... |
compiler | [10:06:48.496] ../src/test/modules/injection_points/injection_stats.c(98): error C2198: 'pgstat_fetch_entry': too few ar... |
compiler | [10:06:48.496] ../src/test/modules/injection_points/injection_stats.c(129): error C2198: 'pgstat_get_entry_ref_locked': ... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [01:18:33.331] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [01:18:33.331] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [01:18:24.852] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [01:18:24.852] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [01:17:55.427] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [01:17:55.427] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [01:17:47.467] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [01:17:47.467] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [01:18:55.841] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [01:18:55.841] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [21:57:53.101] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [21:56:34.352] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [22:06:31.430] ../../../../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 | [16:28:47.432] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [16:26:42.106] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [16:24:05.138] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [16:22:03.114] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [16:32:20.224] 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 | [12:00:42.796] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [12:01:00.453] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [12:01:00.453] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [12:00:42.784] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [12:00:42.796] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [12:00:42.796] ../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 | [11:11:41.807] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [11:11:32.140] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [11:11:00.285] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [11:10:50.335] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [11:12:08.006] 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 | [02:49:41.758] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [02:49:41.758] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [02:49:33.169] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [02:49:33.169] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [02:49:03.314] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [02:49:03.314] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [02:48:55.146] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [02:48:55.146] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [02:50:04.468] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [02:50:04.468] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [02:49:29.382] 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:20:25.281] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [23:20:25.281] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [23:20:25.281] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [23:20:25.281] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:19:49.583] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [23:19:49.583] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [23:19:38.398] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [23:19:38.398] ../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 | [21:51:10.260] ../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 | [16:40:41.029] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [16:40:41.029] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [05:39:33.743] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [05:39:33.743] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [05:39:23.889] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [05:39:23.889] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [05:38:53.570] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [05:38:53.570] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [05:38:45.067] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [05:38:45.067] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [05:39:56.899] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [05:39:56.899] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [02:02:52.448] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [02:01:23.531] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [02:12:03.246] ../../../../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 | [20:02:48.035] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [20:00:50.647] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [19:58:15.316] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [19:56:23.899] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [20:06:38.617] 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 | [14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:58:20.372] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [14:58:20.245] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [13:56:56.452] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [13:56:46.189] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [13:56:10.481] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [13:56:00.096] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [13:57:25.033] 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:07:43.128] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:07:43.128] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [04:07:34.737] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [04:07:34.737] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:07:03.641] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:07:03.641] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:06:55.417] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:06:55.417] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:08:06.987] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:08:06.987] ../../../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:07:31.500] 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:45:58.675] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [23:45:58.675] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [23:45:58.675] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [23:45:58.675] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:45:07.270] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [23:45:19.384] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [23:45:19.228] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [23:45:07.270] ../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 | [22:28:49.944] ../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 | [16:22:41.844] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [16:22:41.844] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5091 | inplace update: send nontransactional invalidations |
CompilerWarnings | |
compiler | [14:07:13.985] heapam_handler.c:140:8: error: mixing declarations and code is incompatible with standards before C99 [-W... |
compiler | [14:07:07.320] heapam_handler.c:140:8: error: mixing declarations and code is incompatible with standards before C99 [-W... |
compiler | [14:06:39.447] heapam_handler.c:140:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [14:06:33.289] heapam_handler.c:140:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [14:07:35.796] heapam_handler.c:140:1: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [02:59:27.903] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [02:59:27.903] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [02:59:19.795] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [02:59:19.795] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [02:58:51.064] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [02:58:51.064] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [02:58:43.293] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [02:58:43.293] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [02:59:51.095] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [02:59:51.095] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [22:36:03.956] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [22:35:01.446] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [22:42:24.917] ../../../../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 | [15:12:32.683] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [15:10:39.457] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [15:07:47.389] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [15:05:53.155] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [15:16:50.195] 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 | [10:36:21.289] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [10:36:21.289] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [10:36:01.604] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [10:36:01.620] ../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 | [09:30:12.220] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [09:28:54.554] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [09:27:18.884] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [09:26:05.598] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [09:32:37.172] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [01:18:07.567] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [01:16:40.159] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [00:18:38.448] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [00:18:38.448] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:18:29.933] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [00:18:29.933] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:17:57.877] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [00:17:57.877] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:17:49.417] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [00:17:49.417] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:19:02.426] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [00:19:02.426] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [00:18:32.540] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [21:35:45.296] libpgport.a(pg_crc32c_x86_choose.c.obj) : error LNK2019: unresolved external symbol pg_crc32c_sse42_avail... |
compiler | [21:35:45.249] libpgport_srv.a(pg_crc32c_x86_choose.c.obj) : error LNK2019: unresolved external symbol pg_crc32c_sse42_a... |
compiler | [21:35:45.249] libpgport_srv.a(pg_bitutils.c.obj) : error LNK2019: unresolved external symbol pg_popcount_available refe... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [19:11:13.346] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [19:11:13.346] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [19:11:13.346] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [19:11:13.346] 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 | [19:10:29.034] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [19:10:38.816] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [19:10:38.816] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [19:10:29.034] ../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 | [18:10:33.711] ../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 | [12:05:24.636] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [12:05:24.636] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [00:10:38.792] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [00:10:38.792] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [00:10:29.941] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [00:10:29.941] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [00:09:58.968] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [00:09:58.968] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [00:09:49.561] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [00:09:49.561] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [00:11:03.532] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [00:11:03.532] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [20:09:03.859] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [20:08:08.241] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [20:14:30.089] ../../../../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 | [14:24:29.549] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [14:22:25.483] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [14:20:05.085] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [14:18:17.668] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [14:28:03.678] 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 | [09:06:16.135] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [09:05:56.894] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [09:06:16.135] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [09:05:56.862] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [09:05:56.894] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [09:05:56.894] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [08:15:27.522] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [08:13:49.986] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [08:11:50.498] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [08:10:10.853] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [08:18:33.630] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [00:18:54.612] ../src/backend/libpq/be-secure-openssl.c(1567): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [00:19:11.878] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [00:18:54.707] ../src/backend/libpq/be-secure-openssl.c(1576): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [00:18:54.707] ../src/backend/libpq/be-secure-openssl.c(1576): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [00:18:54.612] ../src/backend/libpq/be-secure-openssl.c(1567): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [00:19:11.878] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [23:53:28.892] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [23:52:11.103] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [22:50:36.153] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [22:50:36.153] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [22:50:27.489] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [22:50:27.489] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [22:49:56.137] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [22:49:56.137] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [22:49:47.750] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [22:49:47.750] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [22:51:00.281] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [22:51:00.281] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [22:50:35.742] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [18:15:21.160] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [18:15:21.160] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [18:15:21.160] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [18:15:21.160] 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 | [18:14:47.891] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [18:14:37.376] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [18:14:47.891] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [18:14:37.376] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:13:57.797] ../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 | [12:12:27.067] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [12:12:27.067] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [01:11:00.936] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [01:11:00.936] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [01:10:09.975] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [01:10:09.975] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [01:09:00.581] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [01:09:00.581] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [01:08:10.128] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [01:08:10.128] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [01:12:11.411] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [01:12:11.411] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [21:17:47.069] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [21:16:57.655] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [21:22:48.998] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [19:16:15.772] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [16:01:02.133] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [15:58:59.230] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [15:56:33.914] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [15:54:31.776] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [16:04:19.875] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [11:08:16.788] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [11:07:10.784] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [11:05:41.834] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [11:04:41.799] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [11:10:30.117] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [03:20:46.104] ../src/backend/libpq/be-secure-openssl.c(1577): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [03:21:04.281] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [03:21:04.281] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1568): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1568): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1577): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [02:44:11.688] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [02:42:44.603] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [01:49:35.671] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [01:49:35.671] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [01:49:27.375] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [01:49:27.375] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [01:48:58.576] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [01:48:58.576] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [01:48:50.634] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [01:48:50.634] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [01:49:58.456] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [01:49:58.456] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [01:49:24.056] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [21:18:06.970] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [21:18:06.970] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [21:18:06.970] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [21:18:06.970] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [21:17:23.207] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [21:17:12.692] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [21:17:23.207] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [21:17:12.692] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:16:06.797] ../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 | [15:03:06.378] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [15:03:06.378] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [03:27:34.373] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [03:27:34.373] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [03:27:26.671] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [03:27:26.671] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [03:26:58.339] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [03:26:58.339] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:26:50.741] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:26:50.741] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [03:27:56.176] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:27:56.176] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [23:44:45.195] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:44:06.329] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:50:31.240] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [21:28:01.140] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [18:42:19.028] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [18:40:11.590] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [18:37:45.428] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [18:35:41.692] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [18:45:42.119] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [13:29:50.536] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [13:29:35.238] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [13:28:59.320] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [13:28:49.722] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [13:30:26.303] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [05:46:01.184] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [05:46:01.232] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [05:45:45.242] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [05:15:00.108] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [05:13:34.081] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [04:21:38.849] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [04:21:38.849] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:21:30.470] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:21:30.470] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [04:20:58.942] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:20:58.942] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:20:51.068] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:20:51.068] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [04:22:02.414] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:22:02.414] ../../../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:21:42.022] 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:36:16.012] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [23:36:16.012] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [23:36:16.012] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [23:36:16.012] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:35:25.476] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [23:35:35.478] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [23:35:35.478] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [23:35:25.396] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [22:42:14.020] ../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 | [18:04:05.552] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [18:04:05.552] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [06:26:28.298] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [06:26:28.298] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [06:26:20.144] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [06:26:20.144] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [06:25:50.980] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [06:25:50.980] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [06:25:43.104] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [06:25:43.104] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [06:26:50.576] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [06:26:50.576] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [02:05:53.740] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [02:05:06.573] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [02:10:45.229] ../../../../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:08:54.557] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [21:06:56.249] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [21:04:34.345] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [21:02:20.730] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [21:12:50.461] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [15:28:01.909] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [15:27:52.545] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [15:27:21.526] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [15:27:11.325] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [15:28:27.385] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [06:54:54.032] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [06:53:26.964] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [06:05:33.068] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [06:05:33.068] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [06:04:18.495] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [06:04:18.495] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [06:02:48.461] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [06:02:48.461] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [06:01:44.073] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [06:01:44.073] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [06:07:32.211] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [06:07:32.211] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [06:01:38.001] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [01:22:20.671] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [01:22:20.671] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [01:22:20.671] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [01:22:20.671] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [01:21:12.484] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [01:21:22.895] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [01:21:23.052] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [01:21:12.389] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [00:21:59.775] ../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 | [16:49:39.296] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [16:49:39.296] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [05:52:40.479] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [05:52:40.479] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [05:52:30.249] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [05:52:30.249] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [05:51:57.565] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [05:51:57.565] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [05:51:48.215] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [05:51:48.215] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [05:53:07.383] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [05:53:07.383] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/4308 | SQL:2011 application time |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [02:53:26.717] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro... |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [01:49:25.749] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [01:48:27.041] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [01:55:39.938] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/4754 | Add LSN <-> time conversion facility |
CompilerWarnings | |
compiler | [23:38:19.981] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
compiler | [23:38:19.981] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [19:56:32.012] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [19:54:30.372] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [19:52:16.546] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [19:50:11.464] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [20:00:15.092] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
CompilerWarnings | |
compiler | [17:07:04.396] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [17:06:31.361] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [17:13:05.943] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:07:00.836] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [15:12:35.604] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [15:12:26.228] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [15:11:57.717] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [15:11:48.319] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [15:12:59.082] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:35:47.441] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [07:35:30.533] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [07:35:30.533] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [07:35:30.454] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [07:35:30.454] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [07:35:47.441] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [07:16:22.842] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [07:14:55.348] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [05:47:26.446] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [05:47:26.446] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [05:47:18.370] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [05:47:18.370] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [05:46:49.472] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [05:46:49.472] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [05:46:41.896] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [05:46:41.896] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [05:47:48.640] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [05:47:48.640] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:47:14.660] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [01:26:58.565] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [01:26:58.565] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [01:26:58.565] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [01:26:58.565] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [01:25:45.337] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [01:25:45.337] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [01:25:35.893] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [01:25:35.893] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [00:47:31.998] ../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:14:34.307] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [20:14:34.307] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [09:14:27.344] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [09:14:27.344] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [09:14:19.516] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [09:14:19.516] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [09:13:51.175] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [09:13:51.175] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [09:13:43.688] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [09:13:43.688] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [09:14:49.471] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [09:14:49.471] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [05:11:17.096] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [05:10:43.966] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [05:15:04.740] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/4754 | Add LSN <-> time conversion facility |
CompilerWarnings | |
compiler | [03:33:03.389] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
compiler | [03:33:03.389] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [23:54:20.182] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [23:52:22.731] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [23:50:06.537] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [23:47:59.178] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [23:57:45.091] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
CompilerWarnings | |
compiler | [20:56:20.271] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [20:55:46.228] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [21:01:57.907] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:56:15.315] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [18:48:32.449] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [18:48:23.653] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [18:47:55.873] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [18:47:46.885] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [18:48:54.927] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [10:32:09.572] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [10:31:50.986] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [10:31:50.986] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [10:31:51.065] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [10:31:51.065] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [10:32:09.807] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [10:22:46.618] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [10:21:17.658] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
CompilerWarnings | |
compiler | [09:55:54.427] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [09:54:27.151] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [08:46:32.712] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [08:46:32.712] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [08:46:24.751] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [08:46:24.751] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [08:45:55.403] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [08:45:55.403] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [08:45:47.640] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [08:45:47.640] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [08:46:56.267] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [08:46:56.267] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:46:29.804] 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:30:26.463] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [04:30:26.463] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [04:30:26.463] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [04:30:26.463] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [04:26:59.261] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [04:26:59.261] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [04:27:09.657] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [04:27:09.657] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [03:47:49.126] ../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 | [21:48:46.133] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [21:48:46.133] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [11:52:34.805] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [11:52:34.805] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [11:52:26.560] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [11:52:26.560] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [11:51:57.314] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [11:51:57.314] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [11:51:49.985] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [11:51:49.985] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [11:52:57.697] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [11:52:57.697] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/4308 | SQL:2011 application time |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [09:22:28.848] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro... |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [07:59:40.347] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [07:59:12.987] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [08:02:48.942] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/4754 | Add LSN <-> time conversion facility |
CompilerWarnings | |
compiler | [06:25:04.143] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
compiler | [06:25:04.143] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [02:34:21.229] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [02:32:32.583] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [02:30:11.307] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [02:28:11.657] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [02:37:55.184] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
CompilerWarnings | |
compiler | [23:57:14.089] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [23:56:38.235] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [00:03:23.488] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:57:01.396] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [22:10:46.817] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [22:09:18.475] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [22:07:29.030] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [22:06:08.729] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [22:13:23.731] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/5294 | Add “FOR UPDATE NOWAIT” lock details to the log. |
CompilerWarnings | |
compiler | [17:06:49.608] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable] |
compiler | [17:06:49.608] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters' |
compiler | [17:06:49.608] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable] |
compiler | [17:06:49.608] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [17:06:49.608] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [17:06:21.899] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters' |
compiler | [17:06:21.899] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable] |
compiler | [17:06:21.899] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable] |
compiler | [17:06:21.899] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [17:06:21.899] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [17:05:32.215] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *... |
compiler | [17:05:32.215] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype... |
compiler | [17:05:32.215] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable] |
compiler | [17:05:32.215] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable] |
compiler | [17:05:32.215] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-... |
compiler | [17:05:04.694] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *... |
compiler | [17:05:04.694] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype... |
compiler | [17:05:04.694] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable] |
compiler | [17:05:04.694] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable] |
compiler | [17:05:04.694] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-... |
compiler | [17:07:43.367] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-... |
compiler | [17:07:43.367] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable] |
compiler | [17:07:43.367] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable] |
compiler | [17:07:43.367] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype... |
compiler | [17:07:43.367] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:05:26.894] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [14:53:41.127] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:53:41.127] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [14:53:41.127] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:53:41.118] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [14:53:59.430] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [14:53:59.430] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [14:25:04.148] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [14:23:33.914] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [12:59:43.056] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [12:59:43.056] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [12:59:33.829] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [12:59:33.829] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [12:58:58.550] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [12:58:58.550] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [12:58:49.987] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [12:58:49.987] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [13:00:07.983] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [13:00:07.983] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:59:35.877] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [08:37:43.462] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [08:37:43.462] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [08:37:43.462] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [08:37:43.462] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:34:41.174] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [08:34:41.174] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [08:34:29.794] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [08:34:29.794] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:04:07.922] ../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 | [02:08:25.986] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [02:08:25.986] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [15:36:34.544] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [15:36:34.544] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [15:36:25.312] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [15:36:25.312] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [15:35:54.690] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:35:54.690] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:35:45.466] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:35:45.466] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:36:59.206] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:36:59.206] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
50/4308 | SQL:2011 application time |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:36:18.843] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro... |
50/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [11:33:51.547] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [11:33:19.451] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [11:37:14.666] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
50/4754 | Add LSN <-> time conversion facility |
CompilerWarnings | |
compiler | [10:02:35.466] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
compiler | [10:02:35.466] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has... |
50/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [06:15:51.633] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [06:13:39.573] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers... |
compiler | [06:11:14.098] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [06:09:26.101] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
compiler | [06:19:27.251] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar... |
50/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
CompilerWarnings | |
compiler | [03:48:36.793] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:47:59.565] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:55:17.687] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [03:48:32.766] ../src/backend/commands/cluster.c(4447): warning C4129: '%': unrecognized character escape sequence |
50/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [01:50:42.768] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [01:50:33.324] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [01:50:01.643] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [01:49:51.973] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [01:51:08.316] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
50/5294 | Add “FOR UPDATE NOWAIT” lock details to the log. |
CompilerWarnings | |
compiler | [21:49:53.522] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [21:49:53.522] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters' |
compiler | [21:49:53.522] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable] |
compiler | [21:49:53.522] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable] |
compiler | [21:49:53.522] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [21:49:30.309] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable] |
compiler | [21:49:30.309] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters' |
compiler | [21:49:30.309] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [21:49:30.309] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [... |
compiler | [21:49:30.309] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable] |
compiler | [21:48:41.200] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype... |
compiler | [21:48:41.200] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *... |
compiler | [21:48:41.200] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-... |
compiler | [21:48:41.200] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable] |
compiler | [21:48:41.200] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable] |
compiler | [21:48:15.846] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable] |
compiler | [21:48:15.846] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *... |
compiler | [21:48:15.846] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-... |
compiler | [21:48:15.846] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable] |
compiler | [21:48:15.846] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype... |
compiler | [21:50:46.606] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype... |
compiler | [21:50:46.606] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *... |
compiler | [21:50:46.606] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-... |
compiler | [21:50:46.606] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable] |
compiler | [21:50:46.606] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [21:48:29.631] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff... |
50/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [19:27:07.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [19:27:07.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
50/3461 | In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal) |
CompilerWarnings | |
compiler | [18:53:12.389] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
compiler | [18:51:39.698] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer... |
50/5070 | Incorrect error message for cancellation triggered by statement_timeout & flaky test |
CompilerWarnings | |
compiler | [17:35:59.362] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [17:35:59.362] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [17:35:50.858] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ... |
compiler | [17:35:50.858] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [17:35:19.676] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [17:35:19.676] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [17:35:11.515] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
compiler | [17:35:11.515] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [17:36:22.952] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [17:36:22.952] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:35:44.047] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ... |
50/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [12:46:02.742] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [12:46:02.742] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [12:46:02.742] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [12:46:02.742] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:39:16.477] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [12:39:16.477] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [12:39:05.306] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [12:39:05.306] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ... |
50/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:21:24.231] ../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 | [05:28:58.182] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |
compiler | [05:28:58.182] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
50/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [18:39:39.371] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [18:39:39.371] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [18:39:31.179] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [18:39:31.179] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [18:39:00.487] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [18:39:00.487] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [18:38:51.434] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [18:38:51.434] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [18:40:01.975] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [18:40:01.975] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |