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.

58/6041 Fix pg_rewind false positives caused by shutdown-only WAL
CompilerWarnings
compiler
[14:13:09.029] pg_rewind.c:483:17: error: mixing declarations and code is incompatible with standards before C99 [-Werro...
compiler
[14:13:08.991] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror...
compiler
[14:13:08.991] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia...
compiler
[14:13:08.991] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur...
compiler
[14:12:56.806] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia...
compiler
[14:12:56.841] pg_rewind.c:483:17: error: mixing declarations and code is incompatible with standards before C99 [-Werro...
compiler
[14:12:56.806] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur...
compiler
[14:12:56.806] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror...
compiler
[14:12:22.574] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[14:12:22.574] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
compiler
[14:12:22.574] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
compiler
[14:12:11.065] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[14:12:10.978] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
compiler
[14:12:10.978] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
compiler
[14:12:10.978] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[14:12:11.065] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[14:13:36.284] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[14:13:35.993] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
compiler
[14:13:35.993] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[14:13:35.993] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
compiler
[14:13:36.284] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[14:13:15.229] c:\cirrus\src\bin\pg_rewind\parsexlog.c(342) : warning C4715: 'findLastCheckpoint': not all control paths...
57/5952 Speed up COPY FROM text/CSV parsing using SIMD
CompilerWarnings
compiler
[06:43:10.405] copyto.c:1613:15: error: mixing declarations and code is incompatible with standards before C99 [-Werror,...
compiler
[06:43:10.405] copyto.c:1271:15: error: mixing declarations and code is incompatible with standards before C99 [-Werror,...
compiler
[06:43:10.405] copyto.c:1386:15: error: mixing declarations and code is incompatible with standards before C99 [-Werror,...
compiler
[06:42:55.641] copyto.c:1613:15: error: mixing declarations and code is incompatible with standards before C99 [-Werror,...
compiler
[06:42:55.641] copyto.c:1271:15: error: mixing declarations and code is incompatible with standards before C99 [-Werror,...
compiler
[06:42:55.641] copyto.c:1386:15: error: mixing declarations and code is incompatible with standards before C99 [-Werror,...
compiler
[06:42:23.968] copyto.c:1613:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:42:23.968] copyto.c:1271:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:42:23.968] copyto.c:1386:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:42:09.697] copyto.c:1613:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:42:09.697] copyto.c:1271:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:42:09.697] copyto.c:1386:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:44:03.633] copyto.c:1613:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:44:03.633] copyto.c:1271:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
compiler
[06:44:03.633] copyto.c:1386:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement...
57/5622 Reduce timing overhead of EXPLAIN ANALYZE using rdtsc
CompilerWarnings
compiler
[06:31:16.246] instr_time.c:30:1: error: no previous prototype for ‘pg_initialize_timing’ [-Werror=missing-prototypes]
57/5621 Compress big WAL records
CompilerWarnings
compiler
[04:51:29.796] xlog.c:726:1: error: unused function 'XLogGetRecordTotalLen' [-Werror,-Wunused-function]
compiler
[04:50:44.542] xlog.c:726:1: error: unused function 'XLogGetRecordTotalLen' [-Werror,-Wunused-function]
compiler
[04:49:21.026] xlog.c:726:1: error: ‘XLogGetRecordTotalLen’ defined but not used [-Werror=unused-function]
compiler
[04:48:32.824] xlog.c:726:1: error: ‘XLogGetRecordTotalLen’ defined but not used [-Werror=unused-function]
compiler
[04:53:32.197] xlog.c:726:1: error: ‘XLogGetRecordTotalLen’ defined but not used [-Werror=unused-function]
57/5893 Adding pg_dump flag for parallel export to pipes
CompilerWarnings
compiler
[02:01:43.027] pg_dump.c:812:51: error: this statement may fall through [-Werror=implicit-fallthrough=]
compiler
[02:01:27.490] pg_dump.c:812:51: error: this statement may fall through [-Werror=implicit-fallthrough=]
compiler
[02:03:13.456] pg_dump.c:812:51: error: this statement may fall through [-Werror=implicit-fallthrough=]
58/6388 pageinspect support for SpGiST
CompilerWarnings
compiler
[22:08:02.825] spgistfuncs.c:409:11: error: variable 'index_columns' set but not used [-Werror,-Wunused-but-set-variable...
compiler
[22:08:02.825] spgistfuncs.c:404:12: error: variable 'tupdesc' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[22:08:02.825] spgistfuncs.c:475:10: error: unused variable 'itup_values' [-Werror,-Wunused-variable]
compiler
[22:08:02.825] spgistfuncs.c:482:13: error: unused variable 'bp' [-Werror,-Wunused-variable]
compiler
[22:08:02.825] spgistfuncs.c:476:9: error: unused variable 'itup_isnull' [-Werror,-Wunused-variable]
compiler
[22:08:02.825] spgistfuncs.c:478:9: error: unused variable 'i' [-Werror,-Wunused-variable]
compiler
[22:08:02.825] spgistfuncs.c:479:9: error: unused variable 'hasNullsMask' [-Werror,-Wunused-variable]
compiler
[22:08:02.825] spgistfuncs.c:480:9: error: variable 'has_datums' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[22:08:02.825] spgistfuncs.c:481:12: error: unused variable 'tp' [-Werror,-Wunused-variable]
compiler
[22:06:41.496] spgistfuncs.c:409:11: error: variable 'index_columns' set but not used [-Werror,-Wunused-but-set-variable...
compiler
[22:06:41.496] spgistfuncs.c:476:9: error: unused variable 'itup_isnull' [-Werror,-Wunused-variable]
compiler
[22:06:41.496] spgistfuncs.c:478:9: error: unused variable 'i' [-Werror,-Wunused-variable]
compiler
[22:06:41.496] spgistfuncs.c:479:9: error: unused variable 'hasNullsMask' [-Werror,-Wunused-variable]
compiler
[22:06:41.496] spgistfuncs.c:480:9: error: variable 'has_datums' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[22:06:41.496] spgistfuncs.c:481:12: error: unused variable 'tp' [-Werror,-Wunused-variable]
compiler
[22:06:41.496] spgistfuncs.c:482:13: error: unused variable 'bp' [-Werror,-Wunused-variable]
compiler
[22:06:41.496] spgistfuncs.c:404:12: error: variable 'tupdesc' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[22:06:41.496] spgistfuncs.c:475:10: error: unused variable 'itup_values' [-Werror,-Wunused-variable]
compiler
[22:05:06.354] spgistfuncs.c:479:33: error: unused variable ‘hasNullsMask’ [-Werror=unused-variable]
compiler
[22:05:06.354] spgistfuncs.c:482:29: error: unused variable ‘bp’ [-Werror=unused-variable]
compiler
[22:05:06.354] spgistfuncs.c:481:29: error: unused variable ‘tp’ [-Werror=unused-variable]
compiler
[22:05:06.354] spgistfuncs.c:480:33: error: variable ‘has_datums’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:05:06.354] spgistfuncs.c:478:41: error: unused variable ‘i’ [-Werror=unused-variable]
compiler
[22:05:06.354] spgistfuncs.c:476:33: error: unused variable ‘itup_isnull’ [-Werror=unused-variable]
compiler
[22:05:06.354] spgistfuncs.c:475:33: error: unused variable ‘itup_values’ [-Werror=unused-variable]
compiler
[22:05:06.354] spgistfuncs.c:409:21: error: variable ‘index_columns’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:05:06.354] spgistfuncs.c:404:25: error: variable ‘tupdesc’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:04:02.406] spgistfuncs.c:404:25: error: variable ‘tupdesc’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:04:02.406] spgistfuncs.c:475:33: error: unused variable ‘itup_values’ [-Werror=unused-variable]
compiler
[22:04:02.406] spgistfuncs.c:409:21: error: variable ‘index_columns’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:04:02.406] spgistfuncs.c:482:29: error: unused variable ‘bp’ [-Werror=unused-variable]
compiler
[22:04:02.406] spgistfuncs.c:481:29: error: unused variable ‘tp’ [-Werror=unused-variable]
compiler
[22:04:02.406] spgistfuncs.c:480:33: error: variable ‘has_datums’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:04:02.406] spgistfuncs.c:479:33: error: unused variable ‘hasNullsMask’ [-Werror=unused-variable]
compiler
[22:04:02.406] spgistfuncs.c:478:41: error: unused variable ‘i’ [-Werror=unused-variable]
compiler
[22:04:02.406] spgistfuncs.c:476:33: error: unused variable ‘itup_isnull’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:409:21: error: variable ‘index_columns’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:10:37.956] spgistfuncs.c:482:29: error: unused variable ‘bp’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:481:29: error: unused variable ‘tp’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:480:33: error: variable ‘has_datums’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:10:37.956] spgistfuncs.c:479:33: error: unused variable ‘hasNullsMask’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:478:41: error: unused variable ‘i’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:476:33: error: unused variable ‘itup_isnull’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:475:33: error: unused variable ‘itup_values’ [-Werror=unused-variable]
compiler
[22:10:37.956] spgistfuncs.c:404:25: error: variable ‘tupdesc’ set but not used [-Werror=unused-but-set-variable]
58/6390 Add ldapservice connection parameter
CompilerWarnings
compiler
[14:42:40.842] fe-connect.c:5962:21: error: unused variable ‘ldapservice’ [-Werror=unused-variable]
57/6276 Safer hash table initialization macro
CompilerWarnings
compiler
[09:18:42.737] typcache.c:2472:46: error: declaration of ‘typentry’ shadows a previous local [-Werror=shadow=compatible-...
compiler
[09:16:40.709] typcache.c:2472:46: error: declaration of ‘typentry’ shadows a previous local [-Werror=shadow=compatible-...
compiler
[09:29:51.036] typcache.c:2472:46: error: declaration of ‘typentry’ shadows a previous local [-Werror=shadow=compatible-...
57/6301 Safer and easier to use hash table initialization macro
CompilerWarnings
compiler
[09:16:37.336] typcache.c:2472:46: error: declaration of ‘typentry’ shadows a previous local [-Werror=shadow=compatible-...
compiler
[09:14:32.725] typcache.c:2472:46: error: declaration of ‘typentry’ shadows a previous local [-Werror=shadow=compatible-...
compiler
[09:27:32.216] typcache.c:2472:46: error: declaration of ‘typentry’ shadows a previous local [-Werror=shadow=compatible-...
58/6372 XSD schema validation
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[01:42:26.662] ../src/backend/utils/adt/xml.c(1321): warning C4047: 'return': 'bool' differs in levels of indirection fr...
57/6274 Add a greedy join search algorithm to handle large join problems
CompilerWarnings
compiler
[06:19:09.849] goo.c:566:8: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdec...
compiler
[06:19:09.849] goo.c:679:8: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdec...
compiler
[06:18:12.399] goo.c:566:8: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdec...
compiler
[06:18:12.399] goo.c:679:8: error: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdec...
compiler
[06:16:56.810] goo.c:679:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
compiler
[06:16:56.810] goo.c:566:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
compiler
[06:16:08.926] goo.c:679:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
compiler
[06:16:08.926] goo.c:566:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
compiler
[06:20:51.631] goo.c:679:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
compiler
[06:20:51.631] goo.c:566:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
54/5829 VCI (columnar store extension)
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[01:32:20.164] ../contrib/vci/storage/vci_ros_command.c(498): warning C4146: unary minus operator applied to unsigned ty...
57/6352 Improve performance of tuple deformation
CompilerWarnings
compiler
[23:05:40.456] llvmjit_deform.c:65:15: error: variable 'v_flagsp' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[23:03:19.333] llvmjit_deform.c:65:15: error: variable 'v_flagsp' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[23:00:44.570] llvmjit_deform.c:65:22: error: variable ‘v_flagsp’ set but not used [-Werror=unused-but-set-variable]
compiler
[22:58:33.944] llvmjit_deform.c:65:22: error: variable ‘v_flagsp’ set but not used [-Werror=unused-but-set-variable]
57/6242 parallel pgbench -i
CompilerWarnings
compiler
[17:22:36.090] pgbench.c:1813:57: error: ‘pthread_t’ undeclared (first use in this function); did you mean ‘nthreads’?
compiler
[17:22:36.090] pgbench.c:1798:16: error: returning ‘void *’ from a function with return type ‘unsigned int’ makes intege...
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[17:21:53.487] ../src/bin/pgbench/pgbench.c(1798): warning C4047: 'return': 'unsigned int' differs in levels of indirect...
compiler
[17:21:53.487] ../src/bin/pgbench/pgbench.c(1813): error C2065: 'pthread_t': undeclared identifier
57/6229 Have BackendXidGetPid return pid_t
CompilerWarnings
compiler
[00:51:35.761] pgrowlocks.c:260:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {...
compiler
[00:51:35.761] pgrowlocks.c:213:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {...
56/6004 Reset recovery target parameters in pg_createsubscriber
CompilerWarnings
compiler
[16:32:10.914] pg_createsubscriber.c:207:36: error: implicit declaration of function ‘truncate’; did you mean ‘ftruncate...
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[16:22:41.737] pg_createsubscriber.c.obj : error LNK2019: unresolved external symbol truncate referenced in function cle...
56/6103 Make GiST waldump output more descriptive
CompilerWarnings
compiler
[16:15:15.074] gistdesc.c:70:102: error: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘Gist...
56/6044 PostgreSQL crashes with ThreadSanitizer during early initialization
CompilerWarnings
compiler
[23:28:47.449] sanitizer_hook.c:44:1: error: no previous prototype for function '__ubsan_default_options' [-Werror,-Wmis...
compiler
[23:28:47.523] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss...
compiler
[23:28:39.893] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss...
compiler
[23:28:39.904] sanitizer_hook.c:44:1: error: no previous prototype for function '__ubsan_default_options' [-Werror,-Wmis...
compiler
[23:28:12.429] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations]
compiler
[23:28:12.449] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...
compiler
[23:28:06.230] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations]
compiler
[23:29:09.045] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations]
compiler
[23:29:09.130] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...