PostgreSQL Patch Tester

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/5447 log_min_messages per backend type
CompilerWarnings
compiler
[15:23:45.628] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri...
compiler
[15:21:54.998] 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
[12:52:29.778] contradictory.c:1413:12: error: ‘varcollid’ 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:757:25: error: ‘btest’ 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:1638:38: error: ‘one_elem’ 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]
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:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[13:10:02.157] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[13:10:02.055] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
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 C4024: 'ASN1_TIME_to_timestamptz': different type...
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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[16:32:38.717] smgr.c:487:9: error: unused variable 'which' [-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: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:17:01.748] contradictory.c:1413:12: error: ‘varcollid’ 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]
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_WORKER’ not handled in switch [-W...
compiler
[06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [...
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: 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:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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 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 ...
compiler
[05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
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:32.524] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[14:21:15.802] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[14:21:32.461] 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
[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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:27:22.151] smgr.c:282:25: error: unused variable ‘forknum’ [-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(738): warning C4098: 'smgrtruncate': 'void' function returning a value
compiler
[12:20:02.346] ../src/backend/storage/smgr/smgr.c(733): error C2065: 'CritSectionCount': undeclared identifier
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:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[06:14:20.045] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:06:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[06:06:30.195] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[06:06:19.247] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[06:06:19.247] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ...
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(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[11:57:54.280] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[11:57:54.280] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
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: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: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:757:25: error: ‘btest’ 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]
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:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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:2834:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[19:59:30.371] postgres.c:2838:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Windows - Server 2019, VS 2019 - Meson & ninja
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 ...
compiler
[19:52:21.057] 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
[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(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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.095] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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...
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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:44:27.485] smgr.c:282:13: error: unused variable 'forknum' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:40:45.092] smgr.c:487:41: error: unused variable ‘which’ [-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:1413:12: error: ‘varcollid’ 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:10.199] 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: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]
compiler
[01:42:01.122] contradictory.c:1413:12: error: ‘varcollid’ 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:2837:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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: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:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[11:32:08.483] ../src/backend/tcop/postgres.c(2834): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[11:32:18.769] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[11:32:08.483] ../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
[15:47:40.397] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
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(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[15:47:23.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[15:47:40.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:13:12.328] 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:12:15.106] smgr.c:282:13: error: unused variable 'forknum' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:10:12.852] smgr.c:487:41: error: unused variable ‘which’ [-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: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:09:30.926] 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:08:44.441] contradictory.c:1413:12: error: ‘varcollid’ 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]
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:1413:12: error: ‘varcollid’ 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:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:03:45.244] smgr.c:282:13: error: unused variable 'forknum' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:00:54.229] smgr.c:487:41: error: unused variable ‘which’ [-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.367] C:\strawberry\5.40.0.1\perl\lib\CORE\XSUB.h(572): warning C4005: 'lseek': macro redefinition
compiler
[06:42:45.540] 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: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:52.231] 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:16:00.658] 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]
compiler
[02:21:43.512] contradictory.c:1638:38: error: ‘one_elem’ 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: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]
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:45:1: error: unused function 'sort_int32_cmp_2' [-Werror,-Wunused-function]
compiler
[08:12:28.994] qsort.c:63:1: error: unused function 'sort_int32_cmp_3' [-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:1638:38: error: ‘one_elem’ 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:757:25: error: ‘btest’ 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:05:55.871] contradictory.c:1413:12: error: ‘varcollid’ 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:11:06.033] 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]
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: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:1638:38: error: ‘one_elem’ 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]
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]
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:2839:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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: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:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[12:14:33.500] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[12:14:22.795] ../src/backend/tcop/postgres.c(2836): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[12:14:22.795] ../src/backend/tcop/postgres.c(2840): warning C4047: '=': 'char *' differs in levels of indirection from ...
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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:32:27.631] 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:32:19.159] smgr.c:487:9: error: unused variable 'which' [-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: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]
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:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1566): 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_notAfter referenced in...
compiler
[17:38:11.997] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[17:37:52.488] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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(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
[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:1638:38: error: ‘one_elem’ 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:42:37.686] contradictory.c:1638:38: error: ‘one_elem’ 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: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]
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:1638:38: error: ‘one_elem’ 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:2840:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
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: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...
Windows - Server 2019, VS 2019 - Meson & ninja
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: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(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:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[18:27:24.158] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[09:37:33.660] 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
[00:27:50.498] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:27:50.498] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:27:41.406] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:27:41.406] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:27:11.390] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:27:11.390] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:27:02.908] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:27:02.908] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:28:12.397] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:28:12.397] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[17:52:43.166] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:51:53.074] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:57:43.068] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[09:39:04.883] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:36:41.721] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:34:27.325] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:32:30.729] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:42:47.248] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:05:35.576] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:05:52.954] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[01:05:52.954] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[01:05:35.718] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:05:35.576] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:05:35.576] ../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
[21:42:41.288] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[21:42:30.486] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[21:41:58.310] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[21:41:48.383] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[21:43:06.159] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[15:53:12.350] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[15:53:04.209] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[15:52:21.735] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[15:52:08.472] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[15:53:39.733] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
51/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:53:35.776] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc...
compiler
[13:53:35.776] 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
[09:29:34.252] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:29:34.252] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:29:34.252] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:28:47.003] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:28:47.003] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:28:47.003] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:34:46.839] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:34:46.839] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:34:46.839] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5402 Heap Use After Free in Window Aggregate Execution & custom malloc allocator implementation
CompilerWarnings
compiler
[06:19:45.664] mcxt.c:120:29: error: incompatible function pointer types initializing 'void *(*)(void *, Size, int)' (ak...
compiler
[06:19:45.664] mcxt.c:118:27: error: incompatible function pointer types initializing 'void *(*)(MemoryContext, Size, in...
compiler
[06:17:49.330] mcxt.c:118:27: error: incompatible function pointer types initializing 'void *(*)(MemoryContext, Size, in...
compiler
[06:17:49.330] mcxt.c:120:29: error: incompatible function pointer types initializing 'void *(*)(void *, Size, int)' (ak...
compiler
[06:15:30.172] mcxt.c:120:36: error: initialization of ‘void * (*)(void *, Size,  int)’ {aka ‘void * (*)(void *, long un...
compiler
[06:15:30.172] mcxt.c:118:34: error: initialization of ‘void * (*)(struct MemoryContextData *, Size,  int)’ {aka ‘void *...
compiler
[06:13:55.920] mcxt.c:120:36: error: initialization of ‘void * (*)(void *, Size,  int)’ {aka ‘void * (*)(void *, long un...
compiler
[06:13:55.920] mcxt.c:118:34: error: initialization of ‘void * (*)(struct MemoryContextData *, Size,  int)’ {aka ‘void *...
compiler
[06:22:47.532] mcxt.c:120:36: error: initialization of ‘void * (*)(void *, Size,  int)’ {aka ‘void * (*)(void *, long lo...
compiler
[06:22:47.532] mcxt.c:118:34: error: initialization of ‘void * (*)(struct MemoryContextData *, Size,  int)’ {aka ‘void *...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:13:07.215] ../src/backend/utils/mmgr/mcxt.c(128): warning C4113: 'void *(__cdecl *)(void *,Size)' differs in paramet...
compiler
[06:13:07.073] ../src/backend/utils/mmgr/mcxt.c(128): warning C4113: 'void *(__cdecl *)(MemoryContext,Size)' differs in ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[23:51:22.676] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[23:51:22.676] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[23:51:22.676] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:51:22.676] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:50:48.232] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[23:50:48.232] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:50:36.671] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[23:50:36.671] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:03:58.353] ../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
[13:29:27.335] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[13:29:27.335] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[06:08:40.085] 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
[22:58:41.468] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[22:58:41.468] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[22:58:33.323] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[22:58:33.323] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[22:58:05.314] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[22:58:05.314] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[22:57:57.864] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[22:57:57.864] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[22:59:02.711] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[22:59:02.711] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[16:24:36.699] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:24:05.753] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[16:29:37.912] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[07:57:54.334] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[07:55:53.523] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[07:53:17.528] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[07:51:20.655] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[08:01:28.517] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:14:45.648] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[01:15:03.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[01:15:03.709] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[01:14:45.777] ../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
[22:45:03.512] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:44:53.533] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:44:20.675] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:44:10.534] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:45:29.740] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[16:41:40.331] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[16:41:32.116] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[16:41:02.635] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[16:40:55.744] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[16:42:02.646] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
51/5332 Provide means to disable legacy crypt() and gen_salt() functions in pgcrypto
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[14:50:40.432] openssl.c.obj : error LNK2019: unresolved external symbol EVP_default_properties_is_fips_enabled referenc...
compiler
[14:50:40.495] openssl.c.obj : error LNK2019: unresolved external symbol OSSL_LIB_CTX_get0_global_default referenced in ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[02:10:20.850] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[02:10:20.850] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[02:10:20.850] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[02:10:20.850] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:11:31.507] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[02:11:31.507] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[02:11:41.588] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[02:11:41.588] 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
[22:02:15.258] ../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
[13:46:54.393] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[13:46:54.393] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[05:01:06.465] 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
[19:29:40.420] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[19:29:40.420] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[19:29:31.897] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[19:29:31.897] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[19:29:02.775] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:29:02.775] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:28:55.027] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:28:55.027] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[19:30:03.414] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[19:30:03.414] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[13:15:53.730] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[13:14:58.635] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[13:21:18.559] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[05:09:52.119] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[05:07:56.247] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[05:05:22.259] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[05:03:32.334] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[05:13:38.167] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:16:38.536] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:15:38.229] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:40:40.379] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[21:40:40.379] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[21:40:23.479] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[21:40:23.321] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[21:40:23.321] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[21:40:23.321] ../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
[16:32:32.179] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[16:32:22.894] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[16:31:52.547] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[16:31:42.665] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[16:32:56.619] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[11:38:32.159] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[11:38:23.835] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[11:37:55.767] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[11:37:48.158] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[11:38:53.776] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[23:53:29.832] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[23:53:29.832] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[23:53:21.540] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[23:53:21.540] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[23:52:52.093] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[23:52:52.093] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:52:44.762] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[23:52:44.762] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:53:52.173] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[23:53:52.173] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:53:44.407] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[18:17:33.578] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[18:17:33.578] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[18:17:33.578] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[18:17:33.578] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:16:37.977] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[18:16:49.295] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[18:16:37.977] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[18:16:49.295] 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
[16:25:10.963] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5380 Parametrization minimum password length
CompilerWarnings
compiler
[16:07:51.085] passwordcheck.c:91:18: error: implicit declaration of function 'pg_mbstrlen' is invalid in C99 [-Werror,-...
compiler
[16:07:37.718] passwordcheck.c:91:18: error: implicit declaration of function 'pg_mbstrlen' is invalid in C99 [-Werror,-...
compiler
[16:07:05.162] passwordcheck.c:91:50: error: implicit declaration of function ‘pg_mbstrlen’ [-Werror=implicit-function-d...
compiler
[16:06:52.790] passwordcheck.c:91:50: error: implicit declaration of function ‘pg_mbstrlen’ [-Werror=implicit-function-d...
compiler
[16:06:53.040] passwordcheck.c:91:18: error: call to undeclared function 'pg_mbstrlen'; ISO C99 and later do not support...
compiler
[16:08:17.337] passwordcheck.c:91:50: error: implicit declaration of function ‘pg_mbstrlen’; did you mean ‘_mbstrlen’? [...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
CompilerWarnings
compiler
[15:14:10.943] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[15:12:10.799] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[15:23:44.210] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[06:17:04.071] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[06:17:04.071] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5382 Adding compression of temporary files
CompilerWarnings
compiler
[00:22:15.677] buffile.c:624:17: error: ‘cSize’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[21:41:46.159] 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
[13:17:32.226] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:17:32.226] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:17:24.385] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[13:17:24.385] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[13:16:56.505] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:16:56.505] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:16:49.395] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:16:49.395] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[13:17:53.050] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[13:17:53.050] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[07:32:41.850] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:32:13.760] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:35:38.857] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5380 Parametrization minimum password length
CompilerWarnings
compiler
[07:15:32.863] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
compiler
[07:14:29.637] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[23:20:09.179] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:17:50.352] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[23:15:27.308] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:13:32.613] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[23:23:48.870] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[22:37:11.648] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[22:37:11.648] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[22:37:11.648] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[22:36:15.942] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[22:36:15.942] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[22:36:15.942] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:39:35.130] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[16:39:35.130] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[16:39:17.477] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[16:39:17.477] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[16:39:17.477] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[16:39:17.413] ../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
[15:05:42.962] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:05:33.279] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:05:02.995] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:04:52.688] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:06:08.036] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[10:15:32.434] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[10:15:24.750] copyfrom.c:1037:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[10:14:57.285] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[10:14:50.023] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[10:15:54.024] copyfrom.c:1036:64: error: too many arguments for format [-Werror=format-extra-args]
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[00:41:40.797] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:41:40.797] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:41:32.228] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[00:41:32.228] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[00:41:01.364] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:41:01.364] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:40:53.006] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:40:53.006] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:42:03.988] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[00:42:03.988] ../../../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:41:46.279] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[18:30:08.652] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[18:30:08.652] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[18:30:08.652] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[18:30:08.652] 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:29:37.960] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[18:29:49.374] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[18:29:49.374] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[18:29:38.039] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[16:46:18.243] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
CompilerWarnings
compiler
[15:54:02.351] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[15:51:53.701] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
compiler
[16:04:03.167] ../../../../src/include/utils/dsa.h:114:9: error: ‘area’ may be used uninitialized [-Werror=maybe-uniniti...
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[06:12:37.309] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[06:12:37.309] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/5382 Adding compression of temporary files
CompilerWarnings
compiler
[23:56:57.682] buffile.c:624:17: error: ‘cSize’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5323 Support enabling checksums online
CompilerWarnings
compiler
[22:09:40.666] 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:35:46.971] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:35:46.971] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:35:38.291] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[15:35:38.291] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[15:35:07.555] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:35:07.555] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:34:58.984] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[15:34:58.984] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:36:10.114] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[15:36:10.114] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[11:04:39.971] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[11:03:54.045] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[11:08:55.039] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5380 Parametrization minimum password length
CompilerWarnings
compiler
[10:27:27.332] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
compiler
[10:27:12.485] passwordcheck.c:37:5: error: no previous extern declaration for non-static variable 'min_password_length'...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[04:42:46.785] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[04:40:35.836] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[04:38:20.351] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[04:36:23.916] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[04:46:15.044] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5378 Conflict detection for update_deleted in logical replication
CompilerWarnings
compiler
[04:09:49.170] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:09:49.170] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:09:49.170] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[04:08:40.310] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[04:08:40.310] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[04:08:40.310] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
CompilerWarnings
compiler
[03:58:37.164] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
compiler
[03:58:37.164] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[03:58:37.164] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[03:57:33.121] worker.c:2748:7: error: variable 'localts' is used uninitialized whenever '&&' condition is false [-Werro...
compiler
[03:57:33.121] worker.c:2748:7: error: variable 'localorigin' is used uninitialized whenever '&&' condition is false [-W...
compiler
[03:57:33.121] worker.c:2748:7: error: variable 'localxid' is used uninitialized whenever '&&' condition is false [-Werr...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[23:40:43.958] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[23:41:02.547] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[23:41:02.436] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[23:40:43.958] ../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
[22:19:56.858] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:19:47.441] jsonpath_exec.c:2827:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:19:16.347] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:19:06.702] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:20:21.793] jsonpath_exec.c:2827:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/4810 COPY ON_ERROR 'NULL'
CompilerWarnings
compiler
[17:52:39.256] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:52:24.372] copyfrom.c:1036:10: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:51:40.799] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:51:13.671] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:53:22.513] copyfrom.c:1035:64: error: too many arguments for format [-Werror=format-extra-args]
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[12:02:47.986] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:02:47.986] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:02:39.820] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:02:39.820] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:02:11.775] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:02:11.775] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:02:03.834] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[12:02:03.834] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:03:09.793] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:03:09.793] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:36:54.934] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5355 Enhance memory context statistics reporting for all PostgreSQL processes.
CompilerWarnings
compiler
[08:13:16.464] mcxtfuncs.c:38:13: error: no previous extern declaration for non-static variable 'memstats_area' [-Werror...
compiler
[08:11:25.531] mcxtfuncs.c:38:13: error: no previous extern declaration for non-static variable 'memstats_area' [-Werror...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[07:04:33.474] postgres.c:2829:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[07:04:33.474] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[07:04:33.474] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[07:04:33.474] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:03:58.235] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[07:03:48.248] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[07:03:48.248] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[07:03:58.235] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:46:14.370] ../src/backend/storage/smgr/smgr.c(732): warning C4098: 'smgrtruncate': 'void' function returning a value
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[00:16:17.871] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[00:16:17.871] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/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 ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[11:24:29.130] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[11:24:29.130] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[11:24:20.530] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[11:24:20.530] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[11:23:51.747] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:23:51.747] smgr.c:487:41: error: unused variable ‘which’ [-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]
51/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...
51/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...
51/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...
51/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]
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
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:51.660] 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: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[09:10:42.119] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[09:10:06.046] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[09:10:06.046] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[09:09:57.279] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[09:09:57.279] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[09:11:16.753] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[09:11:16.753] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:10:34.592] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/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: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...
compiler
[05:29:26.253] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:25:29.045] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[05:25:40.538] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[05:25:29.045] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[22:45:28.533] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[22:45:28.533] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/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 ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[09:35:42.405] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:35:42.405] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:35:32.829] smgr.c: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:34:58.111] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:34:58.111] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:34:49.461] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:34:49.461] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:36:07.308] smgr.c: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]
51/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...
51/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...
51/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.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(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[18:57:42.292] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[18:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[18:58:00.011] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[18:57:42.292] ../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
[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...
51/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]
51/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] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[07:57:53.476] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[07:57:46.124] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[07:57:46.124] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[07:58:52.754] 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...
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' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[04:17:16.093] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[04:17:16.093] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
Windows - Server 2019, VS 2019 - Meson & ninja
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(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[04:17:08.607] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[04:16:55.081] ../src/backend/tcop/postgres.c(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/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
51/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...
51/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 ...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[08:27:39.092] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:27:39.092] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:27:30.585] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[08:27:30.585] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[08:27:00.086] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:27:00.086] smgr.c:487:41: error: unused variable ‘which’ [-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]
51/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...
51/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...
51/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:21:17.230] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
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...
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...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[04:31:33.253] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
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:24.465] 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:30:52.137] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:30:52.137] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:30:43.643] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:30:43.643] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:31:58.081] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[04:31:58.081] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[04:31:25.527] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5252 Trim the heap free memory
CompilerWarnings
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:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[23:58:26.182] postgres.c:2825:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[23:58:26.182] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:57:39.539] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[23:57:39.539] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
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 ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:30:58.494] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[16:30:58.494] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/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: ‘deleteTriggerOid’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:03:09.868] tablecmds.c:10918:17: error: ‘updateTriggerOid’ 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]
51/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 ...
51/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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:09:58.492] smgr.c:487:41: error: unused variable ‘which’ [-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]
51/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...
51/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...
51/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 ...
51/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(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[12:22:00.159] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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(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...
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...
51/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] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[00:55:59.175] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
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' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:55:24.278] postgres.c:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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: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...
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:46.850] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[20:54:46.850] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[20:54:36.215] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[13:45:08.104] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[13:45:08.104] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/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 'deleteTriggerOid' 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: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: ‘updateTriggerOid’ 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:47:47.220] 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]
51/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 ...
51/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.496] ../src/test/modules/injection_points/injection_stats.c(129): 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...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[01:18:33.331] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[01:18:33.331] smgr.c:487:9: error: unused variable 'which' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:17:47.467] 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]
compiler
[01:18:55.841] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/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...
51/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...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:01:00.453] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[12:00:42.796] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[12:00:42.784] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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.796] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[12:00:42.796] ../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
[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...
51/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: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:49:33.169] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
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] 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...
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' ...
51/5252 Trim the heap free memory
CompilerWarnings
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: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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:38.398] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
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...
51/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
51/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...
51/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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:38:53.570] smgr.c:282:25: error: unused variable ‘forknum’ [-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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:39:56.899] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/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...
51/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...
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:58:20.245] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[14:58:02.684] ../src/backend/libpq/be-secure-openssl.c(1566): 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(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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...
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...
51/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' ...
51/5252 Trim the heap free memory
CompilerWarnings
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...
compiler
[23:45:58.675] 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: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 ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:22:41.844] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[16:22:41.844] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/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...
51/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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:59:51.095] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/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...
51/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...
51/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: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...
compiler
[10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[10:36:01.620] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[10:36:21.289] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[10:36:21.289] 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
[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...
51/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...
51/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: 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: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' ...
51/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...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[19:11:13.346] postgres.c:2825:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Windows - Server 2019, VS 2019 - Meson & ninja
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(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[19:10:29.034] ../src/backend/tcop/postgres.c(2829): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/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
51/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...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[00:10:38.792] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:10:38.792] 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:10:29.941] smgr.c:487:9: error: unused variable 'which' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:11:03.532] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/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...
51/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...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
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_notAfter referenced in...
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...
51/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: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_notBefore referenced i...
compiler
[00:19:11.878] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/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...
51/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: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:50:27.489] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-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:56.137] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
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] 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...
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' ...
51/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:2828:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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: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: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: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(2825): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/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
51/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...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[01:11:00.936] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[01:11:00.936] smgr.c:282:13: error: unused variable 'forknum' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[01:09:00.581] smgr.c:487:41: error: unused variable ‘which’ [-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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[01:12:11.411] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/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...
51/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 ...
51/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...
51/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:45.994] ../src/backend/libpq/be-secure-openssl.c(1568): 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_notAfter referenced in...
compiler
[03:21:04.281] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[03:20:46.104] ../src/backend/libpq/be-secure-openssl.c(1577): 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...
compiler
[03:20:45.994] ../src/backend/libpq/be-secure-openssl.c(1568): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/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...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
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:35.671] 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:49:27.375] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:48:58.576] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-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: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] 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...
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' ...
51/5252 Trim the heap free memory
CompilerWarnings
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 [-...
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:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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: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(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[21:17:12.692] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/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
51/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...
51/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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:26:50.741] smgr.c:487:41: error: unused variable ‘which’ [-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]
51/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...
51/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 ...
51/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...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:46:01.184] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[05:45:45.242] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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.132] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:45:45.132] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/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...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
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:38.849] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
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] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[04:20:51.068] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
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' ...
51/5252 Trim the heap free memory
CompilerWarnings
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...
compiler
[23:36:16.012] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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 malloc_trim referenced in function finish...
compiler
[23:35:35.478] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[23:35:25.396] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/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
51/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...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[06:26:28.298] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[06:26:28.298] 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:26:20.144] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[06:25:50.980] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[06:25:50.980] 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:25:43.104] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:26:50.576] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[06:26:50.576] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/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...
51/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...
51/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(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_notAfter referenced in...
compiler
[07:25:16.467] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
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(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:24:55.947] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/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...
51/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: 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: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] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[06:07:32.211] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
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' ...
51/5252 Trim the heap free memory
CompilerWarnings
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:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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: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 ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[16:49:39.296] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[16:49:39.296] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/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: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:51:57.565] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:51:57.565] smgr.c:282:25: error: unused variable ‘forknum’ [-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:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[05:53:07.383] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/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...
51/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...
51/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...
51/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...
51/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:30.533] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
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:30.533] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:35:47.441] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[07:35:47.441] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/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...
51/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] ../../../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: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' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[01:26:58.565] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
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:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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 ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[20:14:34.307] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[20:14:34.307] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[09:14:27.344] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:14:27.344] smgr.c:282:13: error: unused variable 'forknum' [-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:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:13:51.175] smgr.c:487:41: error: unused variable ‘which’ [-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: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]
51/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:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[03:33:03.389] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/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...
51/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...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[10:31:50.986] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[10:31:50.986] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
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.572] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[10:32:09.807] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/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...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
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:32.712] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
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] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[08:45:55.403] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
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] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[08:46:56.267] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
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' ...
51/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:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
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:26:59.261] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[04:27:09.657] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
51/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
51/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...
51/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: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:51:57.314] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[11:51:57.314] smgr.c:487:41: error: unused variable ‘which’ [-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]
51/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...
51/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...
51/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...
51/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...
51/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:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[17:06:49.608] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[17:06:49.608] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[17:06:49.608] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
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: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:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
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: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: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: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:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[17:07:43.367] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
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:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
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]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:05:26.894] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
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:53:59.430] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
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:59.430] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[14:53:41.118] ../src/backend/libpq/be-secure-openssl.c(1536): 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...
51/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...
51/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: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[12:59:33.829] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[12:58:58.550] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[12:58:58.550] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
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' ...
51/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:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
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...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:34:29.794] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
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(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/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
51/4966 Parallel CREATE INDEX for GIN indexes
CompilerWarnings
compiler
[02:08:25.986] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[02:08:25.986] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/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]
51/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...
51/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...
51/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...
51/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...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[21:49:53.522] proc.c:1240:3: 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:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
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:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
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:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
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:41.200] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
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:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
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:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
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:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[21:50:46.606] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[21:50:46.606] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[21:48:29.631] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
51/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_notBefore referenced i...
compiler
[19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1545): 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(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[19:26:49.698] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[19:27:07.630] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
51/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...
51/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: 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:19.676] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-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: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' ...
51/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:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[12:46:02.742] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
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 ...
51/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
51/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...
51/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:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[18:39:31.179] smgr.c:487:9: error: unused variable 'which' [-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]
51/4308 SQL:2011 application time
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[15:36:09.841] c:\cirrus\src\backend\utils\cache\lsyscache.c(1713) : warning C4715: 'get_func_namespace': not all contro...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[14:36:40.261] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:36:11.906] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[14:40:15.562] ../../../../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
[13:02:34.036] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[13:02:34.036] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[09:47:34.023] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:45:36.112] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[09:43:03.876] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:41:11.790] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[09:51:19.425] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[07:23:32.898] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:22:40.397] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:29:48.681] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:23:12.495] ../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
[06:03:19.462] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[06:01:53.070] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[06:00:08.374] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[05:58:46.817] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[06:05:49.251] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[01:55:02.707] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[01:55:02.707] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:55:02.707] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[01:55:02.707] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[01:55:02.707] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:54:47.020] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[01:54:47.020] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:54:47.020] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[01:54:47.020] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[01:54:47.020] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[01:54:03.821] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[01:54:03.821] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[01:54:03.821] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[01:54:03.821] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[01:54:03.821] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[01:53:49.082] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[01:53:49.082] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[01:53:49.082] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[01:53:49.082] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[01:53:49.082] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[01:55:35.905] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[01:55:35.905] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[01:55:35.905] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[01:55:35.905] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[01:55:35.905] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[01:54:17.993] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[00:01:45.143] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[00:02:02.616] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[00:02:02.616] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[00:01:45.175] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[00:01:45.175] ../src/backend/libpq/be-secure-openssl.c(1545): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[00:01:45.143] ../src/backend/libpq/be-secure-openssl.c(1536): warning C4047: 'function': 'ASN1_TIME *' differs in level...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[23:26:18.230] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[23:24:45.711] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[22:15:36.415] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[22:15:36.415] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:15:27.926] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[22:15:27.926] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[22:14:56.859] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[22:14:56.859] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:14:48.526] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[22:14:48.526] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:15:59.718] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[22:15:59.718] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:15:36.223] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[17:42:11.579] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[17:42:11.579] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[17:42:11.579] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[17:42:11.579] 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
[17:35:01.949] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[17:35:01.949] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[17:35:12.050] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[17:35:12.050] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:10:17.603] ../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
[11:35:49.535] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[11:35:49.535] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[00:24:01.458] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:24:01.458] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:23:49.484] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[00:23:49.484] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[00:23:15.808] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:23:15.808] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:23:05.081] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[00:23:05.081] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:24:27.547] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[00:24:27.547] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[20:38:53.374] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[20:38:25.058] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[20:41:46.622] ../../../../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
[19:12:10.313] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[19:12:10.313] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[15:44:21.002] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:42:06.916] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[15:39:17.476] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:37:26.816] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[15:48:14.396] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[13:17:21.993] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:16:48.437] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:24:21.737] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:17:14.929] ../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
[11:47:57.521] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:47:48.240] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:47:17.110] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:47:07.528] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:48:22.861] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[11:01:55.144] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[11:01:47.607] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5294 Add “FOR UPDATE NOWAIT” lock details to the log.
CompilerWarnings
compiler
[06:56:42.368] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[06:56:42.368] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:42.368] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[06:56:42.368] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[06:56:42.368] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:19.709] proc.c:1549:4: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:56:19.709] proc.c:1982:1: error: conflicting types for 'CollectLockHoldersAndWaiters'
compiler
[06:56:19.709] proc.c:1127:5: error: unused variable 'first_waiter' [-Werror,-Wunused-variable]
compiler
[06:56:19.709] proc.c:1126:8: error: unused variable 'first_holder' [-Werror,-Wunused-variable]
compiler
[06:56:19.709] proc.c:1240:3: error: implicit declaration of function 'CollectLockHoldersAndWaiters' is invalid in C99 [...
compiler
[06:55:36.265] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[06:55:36.265] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[06:55:36.265] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[06:55:36.265] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[06:55:36.265] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[06:55:04.229] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[06:55:04.229] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[06:55:04.229] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[06:55:04.229] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[06:55:04.229] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
compiler
[06:57:41.307] proc.c:1982:1: error: no previous prototype for ‘CollectLockHoldersAndWaiters’ [-Werror=missing-prototype...
compiler
[06:57:41.307] proc.c:1982:1: error: conflicting types for ‘CollectLockHoldersAndWaiters’; have ‘void(PROCLOCK *, LOCK *...
compiler
[06:57:41.307] proc.c:1126:25: error: unused variable ‘first_holder’ [-Werror=unused-variable]
compiler
[06:57:41.307] proc.c:1127:33: error: unused variable ‘first_waiter’ [-Werror=unused-variable]
compiler
[06:57:41.307] proc.c:1240:17: error: implicit declaration of function ‘CollectLockHoldersAndWaiters’ [-Werror=implicit-...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:55:46.639] ../src/backend/storage/lmgr/proc.c(1982): error C2371: 'CollectLockHoldersAndWaiters': redefinition; diff...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:07:04.888] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[05:07:04.967] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:07:04.888] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[05:07:04.888] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[05:07:20.865] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[05:07:20.724] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[04:31:52.134] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[04:30:25.911] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[03:22:51.341] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[03:22:51.341] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[03:22:42.425] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[03:22:42.425] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[03:22:08.446] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[03:22:08.446] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[03:22:00.248] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[03:22:00.248] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[03:23:16.925] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[03:23:16.925] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:23:11.728] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[22:47:05.183] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[22:47:05.183] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[22:47:05.183] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[22:47:05.183] 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
[22:41:11.621] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[22:40:59.908] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[22:40:59.908] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[22:41:11.621] 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
[22:18:20.990] ../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
[16:40:14.598] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
compiler
[16:40:14.598] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
CompilerWarnings
compiler
[11:01:56.395] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:01:01.287] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:09:05.582] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[03:15:28.006] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:15:28.006] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:15:19.359] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[03:15:19.359] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[03:14:49.495] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:14:49.495] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:14:41.979] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[03:14:41.979] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:15:50.594] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[03:15:50.594] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[23:43:43.968] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:43:14.326] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[23:46:57.167] ../../../../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
[21:59:57.758] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[21:59:57.758] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[17:42:47.432] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[17:40:55.162] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[17:38:15.382] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[17:36:29.778] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[17:46:41.726] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[13:06:01.551] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:05:36.657] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[13:12:02.141] cluster.c:2638:48: error: ‘entry’ may be used uninitialized [-Werror=maybe-uninitialized]
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:05:40.232] ../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
[11:03:33.969] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:03:24.356] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[11:02:55.000] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:02:45.559] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[11:03:58.137] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[10:03:55.692] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[10:03:47.955] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[03:46:52.529] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[03:47:11.934] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[03:47:11.934] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[03:46:52.577] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[03:46:52.577] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[03:46:52.577] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[03:17:06.244] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[03:15:41.929] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[02:09:36.482] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[02:09:36.482] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:09:28.564] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[02:09:28.564] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[02:09:00.383] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:09:00.383] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:08:52.999] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[02:08:52.999] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:09:58.361] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:09:58.361] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
CompilerWarnings
compiler
[01:59:39.738] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:59:39.738] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:59:31.444] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[01:59:31.444] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[01:59:00.877] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[01:59:00.877] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[01:58:53.051] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[01:58:53.051] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:00:02.591] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[02:00:02.591] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[02:00:02.331] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:12:45.974] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[20:12:45.974] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:12:45.974] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[20:12:45.974] 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
[20:06:09.452] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[20:06:09.452] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[20:05:59.276] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[20:05:59.355] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:42:07.823] ../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
[12:46:50.684] gininsert.c:2421:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[12:46:50.684] gininsert.c:2402:37: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘lo...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
CompilerWarnings
compiler
[07:10:58.150] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:09:54.030] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[07:18:08.389] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[02:57:33.748] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:57:33.748] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:57:25.606] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[02:57:25.606] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[02:56:54.718] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:56:54.718] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:56:47.000] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:56:47.000] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[02:57:56.959] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[02:57:56.959] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
51/4980 Expand applicability of aggregate's sortop optimization
CompilerWarnings
compiler
[01:28:42.680] planagg.c:537:21: error: variable 'curTarget' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[01:24:32.330] planagg.c:537:53: error: variable ‘curTarget’ set but not used [-Werror=unused-but-set-variable]
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[00:48:55.500] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:48:33.422] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:52:05.050] ../../../../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
[21:41:29.087] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[21:41:29.087] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:49:12.817] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:47:00.833] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:44:17.762] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:42:22.984] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:52:45.864] 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
[12:50:37.685] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[12:50:27.756] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[12:49:57.194] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[12:49:46.874] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[12:51:02.807] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[11:50:17.823] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[11:50:05.552] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
CompilerWarnings
compiler
[08:58:39.457] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:01:15.150] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:17:42.671] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:17:58.671] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[07:17:58.671] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[07:17:42.773] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[07:17:42.671] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[07:17:42.671] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[07:04:22.132] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[07:02:57.840] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[05:03:41.213] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[05:03:41.213] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[05:03:32.794] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[05:03:32.794] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[05:03:01.316] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:03:01.316] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:02:53.370] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[05:02:53.370] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:04:04.535] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[05:04:04.535] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[05:03:36.377] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[22:06:25.811] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:06:12.636] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[22:08:57.625] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:28:22.219] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:28:22.219] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[20:28:22.219] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[20:28:22.219] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:21:58.395] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[20:21:58.395] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[20:21:48.705] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[20:21:48.705] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:39:03.327] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[05:13:38.904] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:13:15.360] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[05:16:15.171] ../../../../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
[01:24:00.230] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[01:24:00.230] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[19:15:54.643] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:13:48.140] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[19:11:10.690] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:09:13.679] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[19:19:41.544] 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:14:58.646] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:14:49.018] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:14:17.135] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:14:07.489] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:15:24.502] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[14:15:24.703] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[14:15:16.094] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[09:45:20.550] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:45:12.573] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[09:46:56.510] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[09:04:48.226] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[09:04:48.226] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[09:04:48.226] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[09:04:48.226] 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
[08:55:19.628] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[08:55:10.342] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[08:55:19.628] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[08:55:10.342] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:53:10.115] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[17:04:59.721] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:04:42.639] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[17:07:37.080] ../../../../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
[11:53:58.714] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[11:53:58.714] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[04:01:45.651] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[03:59:25.063] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[03:57:05.831] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[03:54:39.815] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[04:05:42.677] 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
[22:49:20.284] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:48:58.616] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[22:48:18.123] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:48:08.063] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[22:50:18.023] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[21:33:08.750] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[21:32:58.183] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[20:00:32.419] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[20:00:32.419] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[20:00:32.419] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[20:00:32.419] 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
[19:58:39.808] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[19:58:39.808] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[19:58:30.737] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[19:58:30.737] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:04:15.153] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[07:18:31.882] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:18:14.285] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[07:21:18.657] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[20:15:51.026] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[20:13:55.665] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[20:11:11.662] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:09:25.037] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[20:19:38.290] 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
[14:12:54.766] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:12:44.947] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[14:12:11.572] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:12:01.701] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[14:13:23.917] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[13:15:15.109] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[13:15:15.109] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[13:15:15.109] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[13:15:15.109] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[13:10:15.929] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[13:10:15.929] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[13:10:06.139] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
compiler
[13:10:06.139] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[12:25:52.016] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[02:35:10.463] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:33:50.120] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:44:06.776] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:31:45.366] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:29:53.458] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:27:24.471] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:25:29.236] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:35:45.685] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
CompilerWarnings
compiler
[16:13:59.203] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:12:14.460] 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:03:52.491] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[13:01:57.590] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[12:59:45.265] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[12:57:48.839] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[13:07:22.611] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[11:35:02.049] postgres.c:2830:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-...
compiler
[11:35:02.049] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[11:35:02.049] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[11:35:02.049] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[11:33:36.072] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[11:33:45.945] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[11:33:45.945] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[11:33:36.072] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[10:38:05.115] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:37:22.740] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[10:43:42.701] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/4980 Expand applicability of aggregate's sortop optimization
CompilerWarnings
compiler
[09:43:25.918] planagg.c:537:21: error: variable 'curTarget' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[09:38:18.438] planagg.c:537:53: error: variable ‘curTarget’ set but not used [-Werror=unused-but-set-variable]
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[08:15:05.359] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[07:58:58.737] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[07:58:58.737] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[07:58:09.958] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[07:58:09.958] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[07:57:02.355] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[07:57:02.355] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[07:56:24.236] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[07:56:24.236] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[08:00:13.117] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[08:00:13.117] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
49/4982 support tid range scan in parallel
CompilerWarnings
compiler
[06:21:10.371] tableam.c:197:46: error: no member named 'phs_relid' in 'struct ParallelTableScanDescData'
compiler
[06:16:55.346] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
compiler
[06:23:33.340] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[06:14:12.498] ../src/backend/access/table/tableam.c(197): error C2039: 'phs_relid': is not a member of 'ParallelTableSc...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[00:50:45.804] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:50:18.531] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[00:53:48.594] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
49/4399 pgbench: allow to cancel queries during benchmark
CompilerWarnings
compiler
[23:44:41.598] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
compiler
[23:44:28.612] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:17:23.166] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[22:17:06.129] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[22:17:06.129] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[22:17:06.003] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[22:17:06.003] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[22:17:23.166] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
49/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
CompilerWarnings
compiler
[20:45:20.548] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:51.317] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[20:44:02.086] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:43:32.611] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[20:46:17.688] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[20:43:49.988] ../src/backend/executor/nodeModifyTable.c(3083): warning C4133: 'function': incompatible types - from 'He...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[17:33:21.596] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[17:33:21.596] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:32:44.516] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[17:32:44.516] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[17:31:48.087] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:31:48.087] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:31:14.860] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[17:31:14.860] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:34:33.440] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[17:34:33.440] ../../../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:31:29.534] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[14:14:25.607] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[14:12:04.548] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[14:09:40.757] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[14:07:21.993] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[14:17:53.687] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
51/5114 MergeJoin beats HashJoin in the case of multiple hash clauses
CompilerWarnings
compiler
[11:51:55.589] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[11:53:29.965] selfuncs.c:3888:45: error: ‘group_rel’ may be used uninitialized [-Werror=maybe-uninitialized]
50/4939 ECPG cleanup and fix for clang compile-time problem
CompilerWarnings
compiler
[10:59:22.393] ecpg.c:23:13: error: no previous extern declaration for non-static variable 'progname' [-Werror,-Wmissing...
compiler
[10:57:10.939] ecpg.c:23:13: error: no previous extern declaration for non-static variable 'progname' [-Werror,-Wmissing...
51/5027 Track the amount of time waiting due to cost_delay
CompilerWarnings
compiler
[09:53:10.378] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
compiler
[09:53:02.467] vacuum.c:121:9: error: no previous extern declaration for non-static variable 'nap_time_since_last_report...
50/4754 Add LSN <-> time conversion facility
CompilerWarnings
compiler
[09:53:39.085] pgstat_wal.c:545:26: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[09:53:39.085] pgstat_wal.c:362:48: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
49/3246 Parallelize correlated subqueries that execute within each worker
CompilerWarnings
compiler
[21:29:44.166] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:29:13.786] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[21:32:58.711] clauses.c:961:49: error: ‘save_safe_param_ids’ may be used uninitialized [-Werror=maybe-uninitialized]
51/3461 In-place persistence change of a relation (fast ALTER TABLE ... SET LOGGED with wal_level=minimal)
CompilerWarnings
compiler
[20:29:54.641] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
compiler
[20:28:27.703] simpleundolog.c:69:14: error: no previous extern declaration for non-static variable 'UndoRoutines' [-Wer...
49/4849 Implementing OCSP Stapling for Server certificate status verification
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[18:59:05.508] fe-secure-openssl.c.obj : error LNK2019: unresolved external symbol SSL_get0_peer_certificate referenced ...
compiler
[18:59:05.428] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
compiler
[18:59:04.901] ../src/interfaces/libpq/fe-secure-openssl.c(2024): warning C4047: '=': 'X509 *' differs in levels of indi...
51/5063 Improve EXPLAIN output for multicolumn B-Tree Index
CompilerWarnings
compiler
[15:31:47.726] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:30:58.075] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[15:38:03.760] nbtree.c:786:52: error: ‘stripped_indexquals’ may be used uninitialized [-Werror=maybe-uninitialized]
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
CompilerWarnings
compiler
[15:03:37.173] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:03:27.633] jsonpath_exec.c:2829:13: error: mixing declarations and code is incompatible with standards before C99 [-...
compiler
[15:02:56.215] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:02:46.421] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
compiler
[15:04:03.304] jsonpath_exec.c:2829:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta...
51/5252 Trim the heap free memory
CompilerWarnings
compiler
[13:06:05.479] postgres.c:2829:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl...
compiler
[13:06:05.479] postgres.c:2826:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration...
compiler
[13:06:05.479] postgres.c:2826:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas...
compiler
[13:06:05.479] 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
[13:04:34.485] ../src/backend/tcop/postgres.c(2830): warning C4047: '=': 'char *' differs in levels of indirection from ...
compiler
[13:04:44.622] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish...
compiler
[13:04:44.622] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c...
compiler
[13:04:34.485] ../src/backend/tcop/postgres.c(2826): warning C4047: 'initializing': 'char *' differs in levels of indire...
51/5093 Incremental Sort Cost Estimation Instability
CompilerWarnings
compiler
[12:04:29.618] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:04:00.403] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
compiler
[12:08:06.327] costsize.c:2020:52: error: ‘ndist’ may be used uninitialized [-Werror=maybe-uninitialized]
51/5242 Fix RelationTruncate() corruption
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[09:54:50.016] ../src/backend/storage/smgr/smgr.c(710): warning C4098: 'smgrtruncate': 'void' function returning a value
51/5196 Use function smgrclose() to replace the loop
CompilerWarnings
compiler
[09:24:44.639] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:24:44.639] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:24:25.300] smgr.c:484:9: error: unused variable 'which' [-Werror,-Wunused-variable]
compiler
[09:24:25.300] smgr.c:279:13: error: unused variable 'forknum' [-Werror,-Wunused-variable]
compiler
[09:23:42.614] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:23:42.614] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:23:19.924] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:23:19.924] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
compiler
[09:25:24.835] smgr.c:484:41: error: unused variable ‘which’ [-Werror=unused-variable]
compiler
[09:25:24.835] smgr.c:279:25: error: unused variable ‘forknum’ [-Werror=unused-variable]
49/4982 support tid range scan in parallel
CompilerWarnings
compiler
[07:42:43.799] tableam.c:197:46: error: no member named 'phs_relid' in 'struct ParallelTableScanDescData'
compiler
[07:38:53.829] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
compiler
[07:45:26.254] tableam.c:197:51: error: ‘struct ParallelTableScanDescData’ has no member named ‘phs_relid’
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[07:36:52.408] ../src/backend/access/table/tableam.c(197): error C2039: 'phs_relid': is not a member of 'ParallelTableSc...
51/5174 Call rm_redo in a temporary memory context
CompilerWarnings
compiler
[02:17:33.684] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:17:04.388] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
compiler
[02:20:16.722] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u...
49/4399 pgbench: allow to cancel queries during benchmark
CompilerWarnings
compiler
[01:22:30.919] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
compiler
[01:19:59.863] pgbench.c:644:9: error: no previous extern declaration for non-static variable 'client_states' [-Werror,-...
51/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4047: 'function': 'ASN1_TIME *' differs in level...
compiler
[23:39:13.747] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in...
compiler
[23:39:13.747] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i...
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1528): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4024: 'ASN1_TIME_to_timestamptz': different type...
compiler
[23:38:55.412] ../src/backend/libpq/be-secure-openssl.c(1519): warning C4047: 'function': 'ASN1_TIME *' differs in level...
49/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
CompilerWarnings
compiler
[22:24:19.517] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[22:24:00.661] nodeModifyTable.c:3083:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[22:23:19.809] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[22:23:04.016] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[22:24:56.476] nodeModifyTable.c:3083:91: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[22:23:35.550] ../src/backend/executor/nodeModifyTable.c(3083): warning C4133: 'function': incompatible types - from 'He...
51/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
CompilerWarnings
compiler
[19:58:57.720] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[19:58:57.720] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[19:57:54.675] backend_startup.c:270:63: error: variable 'status' is uninitialized when used here [-Werror,-Wuninitializ...
compiler
[19:57:54.675] backend_startup.c:270:63: error: data argument not used by format string [-Werror,-Wformat-extra-args]
compiler
[19:56:29.806] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[19:56:29.806] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[19:55:31.621] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
compiler
[19:55:31.621] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[20:00:43.588] backend_startup.c:270:11: error: too many arguments for format [-Werror=format-extra-args]
compiler
[20:00:43.588] ../../../src/include/utils/elog.h:240:25: error: ‘status’ may be used uninitialized [-Werror=maybe-uninit...
Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[19:55:29.830] c:\cirrus\src\backend\tcop\backend_startup.c(270) : warning C4700: uninitialized local variable 'status' ...
51/5272 Truncate logs by max_log_size
CompilerWarnings
compiler
[16:37:12.086] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:35:20.582] elog.c:1699:9: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers...
compiler
[16:32:54.972] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:31:05.701] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...
compiler
[16:40:57.306] elog.c:1699:29: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discar...