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.
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [12:52:29.778] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:52:29.778] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:52:29.778] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:51:48.619] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:51:48.619] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:51:48.619] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:57:35.759] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:57:35.759] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:57:35.759] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [09:02:56.044] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:41:27.096] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [06:52:55.601] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [06:50:37.056] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [06:51:16.606] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [05:17:38.475] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [05:16:03.123] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [05:14:15.684] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [05:14:15.684] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [05:12:47.904] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [05:12:47.904] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [05:19:28.529] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [04:30:16.511] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [04:30:16.511] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [04:30:16.511] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [04:30:16.511] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [04:21:59.937] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [04:21:59.937] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [04:21:49.485] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [04:21:49.485] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [13:10:02.055] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [13:10:02.157] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [13:09:45.158] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [11:16:31.581] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [11:15:52.137] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [11:23:47.100] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [02:43:01.046] ../src/backend/storage/smgr/smgr.c(731): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [16:33:09.842] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [16:33:09.842] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [16:32:38.717] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [16:32:38.717] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [16:31:49.179] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [16:31:49.179] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [16:31:21.452] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [16:31:21.452] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [16:33:46.110] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [16:33:46.110] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [23:54:45.689] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:54:26.059] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:57:45.586] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/4971 | Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:15:53.586] c:\cirrus\src\backend\access\stir\stir.c(422) : warning C4715: 'stirbeginscan': not all control paths ret... |
51/5447 | log_min_messages per backend type |
CompilerWarnings | |
compiler | [15:44:30.209] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri... |
compiler | [15:42:37.772] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [13:11:35.602] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:11:35.602] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:11:35.602] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:10:53.593] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:10:53.593] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:10:53.593] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:17:01.748] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:17:01.748] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:17:01.748] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:29:00.552] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:07:24.468] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [07:10:49.022] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [07:08:32.424] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:09:16.350] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [06:09:54.043] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [06:08:19.826] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [06:06:23.997] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [06:06:23.997] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [06:12:12.217] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [05:19:11.727] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [05:19:11.727] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [05:19:11.727] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [05:19:11.727] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [05:11:41.254] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [05:11:41.254] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [14:21:15.802] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:21:32.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [14:21:32.524] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [05:21:01.531] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:20:06.796] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:28:00.443] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [03:28:14.886] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [03:28:14.886] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [03:28:00.001] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [03:28:00.001] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [03:27:22.151] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [03:27:22.151] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:27:07.258] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [03:27:07.258] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:28:51.101] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [03:28:51.101] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [22:13:25.946] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [05:31:41.071] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [05:31:13.494] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [05:34:09.213] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5447 | log_min_messages per backend type |
CompilerWarnings | |
compiler | [21:37:59.421] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri... |
compiler | [21:36:16.363] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [18:28:30.102] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:28:30.102] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:28:30.102] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:27:50.528] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:27:50.528] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:27:50.528] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:33:25.502] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:33:25.502] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:33:25.502] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [13:02:03.052] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/5242 | Fix RelationTruncate() corruption |
CompilerWarnings | |
compiler | [12:27:33.799] smgr.c:733:9: error: use of undeclared identifier 'CritSectionCount' |
compiler | [12:22:56.294] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function) |
compiler | [12:30:38.253] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function) |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:20:02.346] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier |
compiler | [12:20:02.346] ../src/backend/storage/smgr/smgr.c(738): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/5205 | Make MultiXactOffset 64-bit type |
CompilerWarnings | |
compiler | [10:48:28.929] multixact_old.c:79:1: error: unused function 'MultiXactIdToOffsetSegment' [-Werror,-Wunused-function] |
compiler | [10:45:53.499] multixact_old.c:79:1: error: unused function 'MultiXactIdToOffsetSegment' [-Werror,-Wunused-function] |
compiler | [10:40:00.286] multixact_rewrite.c:70:29: error: variable ‘newmulti’ set but not used [-Werror=unused-but-set-variable] |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [10:19:58.975] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [09:08:04.055] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [09:05:42.724] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [09:06:57.071] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [07:21:57.663] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [06:14:20.045] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [06:14:20.045] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [06:14:20.045] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [06:14:20.045] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [06:06:19.247] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [06:06:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [06:06:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [06:06:19.247] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire... |
51/5366 | Eagerly scan all-visible pages to amortize aggressive vacuum |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:18:52.256] c:\cirrus\src\backend\access\heap\vacuumlazy.c(466) : warning C4715: 'vac_eagerness_description': not all... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [11:57:37.807] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [11:57:54.280] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [11:57:54.280] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [11:05:30.899] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [11:04:53.215] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [11:12:46.985] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5366 | Eagerly scan all-visible pages to amortize aggressive vacuum |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:57:27.516] c:\cirrus\src\backend\access\heap\vacuumlazy.c(470) : warning C4715: 'vac_eagerness_description': not all... |
compiler | [07:57:27.516] c:\cirrus\src\backend\access\heap\vacuumlazy.c(470) : warning C4715: 'vac_eagerness_description': not all... |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [18:41:09.527] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [18:41:09.527] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [18:40:43.572] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [18:40:43.572] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [18:39:58.894] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [18:39:58.894] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [18:39:23.979] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [18:39:23.979] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [18:41:53.722] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [18:41:53.722] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [13:50:48.074] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:50:15.135] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:58:24.912] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:34:04.268] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [19:53:45.834] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [19:53:18.991] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [19:56:47.151] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [06:47:27.964] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:47:27.964] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:47:27.964] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:46:46.185] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:46:46.185] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:46:46.185] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:51:59.472] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:51:59.472] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [06:51:59.472] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [01:42:00.693] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/5242 | Fix RelationTruncate() corruption |
CompilerWarnings | |
compiler | [01:07:51.160] smgr.c:733:9: error: use of undeclared identifier 'CritSectionCount' |
compiler | [01:03:16.262] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function) |
compiler | [01:10:50.826] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function) |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [01:01:12.412] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier |
compiler | [01:01:12.616] ../src/backend/storage/smgr/smgr.c(738): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:58:43.264] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [23:02:32.705] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [23:00:22.927] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:01:50.118] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [21:13:06.926] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [19:59:30.371] postgres.c:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [19:59:30.371] postgres.c:2834:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [19:59:30.371] postgres.c:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [19:59:30.371] postgres.c:2834:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [19:52:21.057] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [19:52:21.057] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [19:52:09.843] ../src/backend/tcop/postgres.c(2834): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [19:52:09.843] ../src/backend/tcop/postgres.c(2838): warning C4047: '=': 'char *' differs in levels of indirection from ... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [02:27:01.771] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [02:26:45.143] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [02:27:01.771] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [02:26:45.143] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [02:26:45.143] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [02:26:45.095] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
51/5366 | Eagerly scan all-visible pages to amortize aggressive vacuum |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [23:22:00.593] c:\cirrus\src\backend\access\heap\vacuumlazy.c(470) : warning C4715: 'vac_eagerness_description': not all... |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [13:44:27.485] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [13:44:27.485] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [13:43:16.563] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [13:43:16.563] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [13:41:52.791] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [13:41:52.791] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [13:40:45.092] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [13:40:45.092] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [13:46:07.357] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [13:46:07.357] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [08:55:06.918] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [08:54:26.388] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [09:02:12.184] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:10:12.245] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [16:03:25.852] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [16:02:43.041] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [16:07:20.844] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [01:36:56.239] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:36:56.239] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:36:56.239] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:36:10.199] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:36:10.199] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:36:10.199] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:42:01.122] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:42:01.122] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [01:42:01.122] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [23:08:03.954] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [23:07:56.923] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [23:07:28.594] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [23:07:21.827] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [23:08:25.973] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [19:19:11.054] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/5242 | Fix RelationTruncate() corruption |
CompilerWarnings | |
compiler | [18:02:40.346] smgr.c:733:9: error: use of undeclared identifier 'CritSectionCount' |
compiler | [17:58:10.483] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function) |
compiler | [18:05:58.075] smgr.c:733:16: error: ‘CritSectionCount’ undeclared (first use in this function) |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:55:08.615] ../src/backend/storage/smgr/smgr.c(738): warning C4098: 'smgrtruncate': 'void' function returning a value |
compiler | [17:55:08.424] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [16:32:46.029] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [15:35:16.715] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [15:32:29.578] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [15:33:42.464] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [13:40:56.626] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [11:38:50.061] postgres.c:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [11:38:50.061] postgres.c:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [11:38:50.061] postgres.c:2834:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [11:38:50.061] postgres.c:2834:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [11:32:08.483] ../src/backend/tcop/postgres.c(2834): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [11:32:08.483] ../src/backend/tcop/postgres.c(2838): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [11:32:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [11:32:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [15:47:23.956] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [15:47:40.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [15:47:40.397] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
51/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:16:05.113] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [02:13:12.328] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [02:13:12.328] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [02:12:15.106] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [02:12:15.106] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [02:10:57.757] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [02:10:57.757] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [02:10:12.852] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [02:10:12.852] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [02:14:43.707] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [02:14:43.707] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [21:01:40.702] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [21:00:57.337] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [21:09:35.659] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [19:20:03.001] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [22:14:52.836] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [22:14:24.876] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [22:17:46.225] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [07:09:30.926] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:09:30.926] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:09:30.926] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:08:44.441] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:08:44.441] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:08:44.441] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:14:57.326] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:14:57.326] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [07:14:57.326] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [04:26:34.503] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:26:25.940] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [04:25:54.098] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:25:46.004] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [04:26:59.696] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [15:03:45.244] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [15:03:45.244] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [15:02:57.732] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [15:02:57.732] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [15:01:47.223] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:01:47.223] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:00:54.229] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:00:54.229] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:05:11.475] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:05:11.475] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [10:30:00.920] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [10:28:59.928] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [10:38:05.508] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [09:05:54.287] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [15:42:15.967] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [15:41:47.372] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [15:44:50.652] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5399 | Windows pg_basebackup unable to create >2GB pg_wal.tar tarballs ("could not close file: Invalid argument" when creating pg_wal.tar of size ~ 2^31 bytes) |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [06:42:45.540] C:\strawberry\5.40.0.1\perl\lib\CORE\XSUB.h(572): warning C4005: 'lseek': macro redefinition |
compiler | [06:42:45.367] C:\strawberry\5.40.0.1\perl\lib\CORE\XSUB.h(572): warning C4005: 'lseek': macro redefinition |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [02:16:52.231] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:16:52.231] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:16:52.231] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:16:00.658] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:16:00.658] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:16:00.658] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:21:43.512] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:21:43.512] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [02:21:43.512] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [00:21:30.421] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:21:23.267] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:20:55.881] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:20:49.246] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:21:52.182] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [10:46:54.255] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [08:52:14.394] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [08:52:14.394] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [08:52:05.623] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [08:52:05.623] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [08:51:33.186] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [08:51:33.186] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [08:51:24.593] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [08:51:24.593] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [08:52:38.700] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [08:52:38.700] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [05:41:39.152] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:40:55.367] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:49:18.122] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [12:59:49.845] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [12:59:23.340] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [13:02:33.448] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5036 | Sort functions with specialized comparators |
CompilerWarnings | |
compiler | [08:12:28.994] qsort.c:63:1: error: unused function 'sort_int32_cmp_3' [-Werror,-Wunused-function] |
compiler | [08:12:28.994] qsort.c:45:1: error: unused function 'sort_int32_cmp_2' [-Werror,-Wunused-function] |
compiler | [08:12:16.554] qsort.c:45:1: error: unused function 'sort_int32_cmp_2' [-Werror,-Wunused-function] |
compiler | [08:12:16.554] qsort.c:63:1: error: unused function 'sort_int32_cmp_3' [-Werror,-Wunused-function] |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [03:06:37.519] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:06:37.519] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:06:37.519] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:05:55.871] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:05:55.871] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:05:55.871] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:11:06.033] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:11:06.033] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:11:06.033] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [01:23:30.115] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [01:23:21.905] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [01:22:52.772] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [01:22:45.910] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [01:23:52.756] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
51/5100 | Improved crc32c performance with AVX-512 algorithm. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [16:06:17.387] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [10:23:40.970] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [10:22:54.906] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [10:31:26.379] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [14:09:48.304] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [14:09:20.389] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [14:12:42.488] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [05:25:35.690] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:25:35.690] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:25:35.690] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:24:48.887] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:24:48.887] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:24:48.887] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:30:43.411] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:30:43.411] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:30:43.411] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [00:45:28.799] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:45:20.682] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [00:44:51.829] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:44:44.859] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [00:45:55.835] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [18:16:41.861] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:15:58.080] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [18:25:05.352] explain.c:5149:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [12:15:13.213] postgres.c:2836:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [12:15:13.213] postgres.c:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [12:15:13.213] postgres.c:2836:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [12:15:13.213] postgres.c:2840:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:14:22.795] ../src/backend/tcop/postgres.c(2840): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [12:14:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [12:14:22.795] ../src/backend/tcop/postgres.c(2836): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [12:14:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
51/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [11:16:56.159] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [22:53:39.273] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [15:32:27.631] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [15:32:27.631] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [15:32:19.159] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [15:32:19.159] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [15:31:49.553] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:31:49.553] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:31:41.436] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:31:41.436] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [15:32:49.885] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [15:32:49.885] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [10:24:48.285] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [10:23:55.273] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [10:30:05.013] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:38:11.997] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [17:38:11.997] 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:32:42.948] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [14:32:33.496] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [14:32:03.685] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [14:31:50.593] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [14:33:07.274] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
51/5332 | Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [03:53:04.199] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc... |
compiler | [03:53:04.199] openssl.c.obj : error LNK2019: unresolved external symbol OSSL_LIB_CTX_get0_global_default referenced in ... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [22:43:20.355] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:43:20.355] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:43:20.355] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:42:37.686] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:42:37.686] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:42:37.686] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:49:23.112] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:49:23.112] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:49:23.112] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5272 | Truncate logs by max_log_size |
CompilerWarnings | |
compiler | [19:53:09.837] postgres.c:1039:7: error: mixing declarations and code is incompatible with standards before C99 [-Werror... |
compiler | [19:51:29.067] postgres.c:1039:7: error: mixing declarations and code is incompatible with standards before C99 [-Werror... |
compiler | [19:49:30.874] postgres.c:1039:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [19:47:56.608] postgres.c:1039:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [19:56:01.304] postgres.c:1039:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
51/4810 | COPY ON_ERROR 'NULL' |
CompilerWarnings | |
compiler | [15:43:45.827] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [15:43:38.310] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args] |
compiler | [15:43:06.544] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [15:42:58.995] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
compiler | [15:44:10.907] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args] |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [05:20:47.208] postgres.c:2836:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [05:20:47.208] postgres.c:2836:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [05:20:47.208] postgres.c:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [05:20:47.208] postgres.c:2840:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:19:41.489] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [05:19:31.101] ../src/backend/tcop/postgres.c(2840): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [05:19:41.489] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [05:19:31.101] ../src/backend/tcop/postgres.c(2836): warning C4047: 'initializing': 'char *' differs in levels of indire... |
51/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [03:56:23.529] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/4966 | Parallel CREATE INDEX for GIN indexes |
CompilerWarnings | |
compiler | [18:27:24.158] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo... |
compiler | [18:27:24.158] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in... |