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.

48/4759 shared detoast datum
%s CompilerWarnings
compiler
[11:23:05.767] detoast.c:987:12: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘uint6...
compiler
[11:23:05.767] detoast.c:987:12: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘uint6...
48/4450 Replace a large number of OR clauses with ANY expression
%s CompilerWarnings
compiler
[07:15:06.238] prepqual.c:563:12: error: declaration of ‘lc__state’ shadows a previous local [-Werror=shadow=compatible-...
compiler
[07:14:46.486] prepqual.c:563:12: error: declaration of ‘lc__state’ shadows a previous local [-Werror=shadow=compatible-...
compiler
[07:17:32.896] prepqual.c:563:12: error: declaration of ‘lc__state’ shadows a previous local [-Werror=shadow=compatible-...
48/3246 Parallelize correlated subqueries that execute within each worker
%s CompilerWarnings
compiler
[18:11:01.590] clauses.c:961:28: error: ‘save_safe_param_ids’ may be used uninitialized in this function [-Werror=maybe-...
compiler
[18:10:36.704] clauses.c:961:28: error: ‘save_safe_param_ids’ may be used uninitialized in this function [-Werror=maybe-...
compiler
[18:13:42.640] clauses.c:961:28: error: ‘save_safe_param_ids’ may be used uninitialized in this function [-Werror=maybe-...
48/4951 teach pg_combinebackup to detect deleted files where possible
%s CompilerWarnings
compiler
[08:48:45.850] pg_combinebackup.c:1110:28: error: ‘mfile’ may be used uninitialized in this function [-Werror=maybe-unin...
compiler
[08:48:26.810] pg_combinebackup.c:1110:28: error: ‘mfile’ may be used uninitialized in this function [-Werror=maybe-unin...
compiler
[08:50:28.921] pg_combinebackup.c:1110:28: error: ‘mfile’ may be used uninitialized in this function [-Werror=maybe-unin...
48/4248 Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE
%s CompilerWarnings
compiler
[22:10:23.244] nodeBitmapHeapscan.c:638:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after...
compiler
[22:09:47.277] nodeBitmapHeapscan.c:638:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after...
compiler
[22:15:22.440] nodeBitmapHeapscan.c:638:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after...
%s CompilerWarnings
compiler
[21:55:30.234] nodeBitmapHeapscan.c:638:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after...
compiler
[21:54:57.667] nodeBitmapHeapscan.c:638:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after...
compiler
[22:00:07.193] nodeBitmapHeapscan.c:638:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after...
48/4966 Parallel CREATE INDEX for GIN indexes
%s CompilerWarnings
compiler
[15:32:58.626] gininsert.c:1861:12: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[15:32:58.626] gininsert.c:1668:12: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
compiler
[15:32:58.626] gininsert.c:1743:12: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[15:32:58.626] gininsert.c:1743:12: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has...
compiler
[15:32:58.626] gininsert.c:1857:12: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has...
compiler
[15:32:58.626] gininsert.c:1857:12: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has...
48/4617 Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
%s CompilerWarnings
compiler
[05:38:09.424] nodeModifyTable.c:3028:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[05:37:57.640] nodeModifyTable.c:3028:14: error: incompatible pointer types passing 'HeapTuple' (aka 'struct HeapTupleDa...
compiler
[05:37:24.543] nodeModifyTable.c:3028:14: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[05:37:09.641] nodeModifyTable.c:3028:14: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
compiler
[05:38:35.962] nodeModifyTable.c:3028:14: error: passing argument 3 of ‘ExecIRDeleteTriggers’ from incompatible pointer ...
48/3986 Post-special Page Storage TDE support (aka Reserved Page Size)
%s CompilerWarnings
compiler
[12:39:05.734] verify_nbtree.c:3494:7: error: format specifies type 'unsigned int' but the argument has type 'Size' (aka...
compiler
[12:37:00.181] verify_nbtree.c:3494:7: error: format specifies type 'unsigned int' but the argument has type 'Size' (aka...
compiler
[12:34:50.899] verify_nbtree.c:3492:13: error: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has t...
compiler
[12:33:03.804] verify_nbtree.c:3492:13: error: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has t...
compiler
[12:42:00.624] verify_nbtree.c:3492:13: error: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has t...
48/4754 Add LSN <-> time conversion facility
%s CompilerWarnings
compiler
[13:08:59.795] pgstat_wal.c:242:1: error: non-void function does not return a value in all control paths [-Werror,-Wretu...
compiler
[13:06:34.821] pgstat_wal.c:242:1: error: control reaches end of non-void function [-Werror=return-type]
48/4728 Dump-restore loosing 'attnotnull' bit for DEFERRABLE PRIMARY KEY column(s)
%s Windows - Server 2019, VS 2019 - Meson & ninja
compiler
[17:51:59.793] test_radixtree.c.obj : error LNK2001: unresolved external symbol pg_popcount64