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/6392 ALTER TABLE: notice when actions do not recurse to partitions
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[08:45:15.802] ../src/test/modules/test_ddl_deparse/test_ddl_deparse.c(317): warning C4062: enumerator 'AT_SetSchema' in...
58/6352 Improve performance of tuple deformation
CompilerWarnings
compiler
[20:44:22.060] llvmjit_expr.c:322:11: error: enumeration value 'EEOP_SCAN_SELECTSOME' not handled in switch [-Werror,-Ws...
compiler
[20:41:45.901] llvmjit_expr.c:322:11: error: enumeration value 'EEOP_SCAN_SELECTSOME' not handled in switch [-Werror,-Ws...
compiler
[20:38:49.020] llvmjit_expr.c:322:17: error: enumeration value ‘EEOP_SCAN_SELECTSOME’ not handled in switch [-Werror=swi...
compiler
[20:36:25.438] llvmjit_expr.c:322:17: error: enumeration value ‘EEOP_SCAN_SELECTSOME’ not handled in switch [-Werror=swi...
58/5012 Vacuum statistics
CompilerWarnings
compiler
[16:01:41.806] vacuum_statistics.c:836:12: error: unused variable 'base' [-Werror,-Wunused-variable]
compiler
[15:57:13.502] vacuum_statistics.c:836:25: error: unused variable ‘base’ [-Werror=unused-variable]
58/5117 VACUUM FULL / CLUSTER CONCURRENTLY
CompilerWarnings
compiler
[11:12:11.404] pgoutput_repack.c:96:23: error: variable 'dstate' set but not used [-Werror,-Wunused-but-set-variable]
compiler
[11:09:01.077] ../../../src/include/varatt.h:243:51: error: array subscript ‘varattrib_4b[0]’ is partly outside array bo...
compiler
[11:08:25.870] ../../../src/include/varatt.h:243:51: error: array subscript ‘varattrib_4b[0]’ is partly outside array bo...
compiler
[11:16:05.752] ../../../src/include/varatt.h:243:51: error: array subscript ‘varattrib_4b[0]’ is partly outside array bo...
58/6029 NOT NULL NOT ENFORCED
CompilerWarnings
compiler
[09:43:08.045] tablecmds.c:17617:25: error: unused variable 'parent_con' [-Werror,-Wunused-variable]
compiler
[09:41:40.510] tablecmds.c:17617:60: error: unused variable ‘parent_con’ [-Werror=unused-variable]
58/6449 BUG #19382: Server crash at __nss_database_lookup
CompilerWarnings
compiler
[00:19:46.365] pl_exec.c:3275:4: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
compiler
[00:18:37.556] pl_exec.c:3275:4: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough]
compiler
[00:17:16.437] pl_exec.c:3261:33: error: this statement may fall through [-Werror=implicit-fallthrough=]
compiler
[00:16:21.513] pl_exec.c:3261:33: error: this statement may fall through [-Werror=implicit-fallthrough=]
compiler
[00:21:57.524] pl_exec.c:3261:33: error: this statement may fall through [-Werror=implicit-fallthrough=]
58/6390 Add ldapservice connection parameter
CompilerWarnings
compiler
[11:59:29.081] fe-connect.c:5995:21: error: unused variable ‘ldapservice’ [-Werror=unused-variable]
58/6537 Is the XLP_BKP_REMOVABLE flag itself removable/obsolete?
CompilerWarnings
compiler
[16:58:51.400] xlog.c:1993:17: error: unused variable 'Insert' [-Werror,-Wunused-variable]
compiler
[16:58:38.888] xlog.c:1993:17: error: unused variable 'Insert' [-Werror,-Wunused-variable]
compiler
[16:58:07.441] xlog.c:1993:24: error: unused variable ‘Insert’ [-Werror=unused-variable]
compiler
[16:57:56.965] xlog.c:1993:24: error: unused variable ‘Insert’ [-Werror=unused-variable]
compiler
[16:59:23.087] xlog.c:1993:24: error: unused variable ‘Insert’ [-Werror=unused-variable]
58/6041 Fix pg_rewind false positives caused by shutdown-only WAL
CompilerWarnings
compiler
[21:25:35.691] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur...
compiler
[21:25:35.780] pg_rewind.c:483:17: error: mixing declarations and code is incompatible with standards before C99 [-Werro...
compiler
[21:25:35.691] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror...
compiler
[21:25:35.691] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia...
compiler
[21:25:23.113] pg_rewind.c:483:17: error: mixing declarations and code is incompatible with standards before C99 [-Werro...
compiler
[21:25:23.088] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur...
compiler
[21:25:23.088] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror...
compiler
[21:25:23.088] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia...
compiler
[21:24:48.272] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
compiler
[21:24:48.342] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[21:24:48.342] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[21:24:48.272] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
compiler
[21:24:48.272] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[21:24:37.068] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[21:24:37.068] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[21:24:36.954] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
compiler
[21:24:36.954] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
compiler
[21:24:36.954] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[21:26:02.693] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
compiler
[21:26:03.233] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[21:26:02.693] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[21:26:03.233] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[21:26:02.693] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[21:25:58.885] c:\cirrus\src\bin\pg_rewind\parsexlog.c(342) : warning C4715: 'findLastCheckpoint': not all control paths...