===> Building for postgresql17-wal2json-2.5 clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Werror=unguarded-availability-new -Wendif-labels -Wmissing-format-attribute -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DLDAP_DEPRECATED -fvisibility=hidden -I. -I./ -I/opt/pkg/include/postgresql/server -I/opt/pkg/include/postgresql/internal -I/opt/pkg/include -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -I/opt/pkg/include/gettext -I/opt/pkg/include -I/opt/pkg/include/ncurses -DLDAP_DEPRECATED -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -c -o wal2json.o wal2json.c wal2json.c:1780:68: error: no member named 'tuple' in 'struct HeapTupleData' columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, true, relation); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1781:63: error: no member named 'tuple' in 'struct HeapTupleData' pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, false); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1785:68: error: no member named 'tuple' in 'struct HeapTupleData' columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, false, relation); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1790:67: error: no member named 'tuple' in 'struct HeapTupleData' columns_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, true, relation); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1793:63: error: no member named 'tuple' in 'struct HeapTupleData' pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, true); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1809:69: error: no member named 'tuple' in 'struct HeapTupleData' identity_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, ribs); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1814:69: error: no member named 'tuple' in 'struct HeapTupleData' identity_to_stringinfo(ctx, tupdesc, &change->data.tp.oldtuple->tuple, NULL); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1820:63: error: no member named 'tuple' in 'struct HeapTupleData' pk_to_stringinfo(ctx, tupdesc, &change->data.tp.newtuple->tuple, pkbs, true); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:1823:68: error: no member named 'tuple' in 'struct HeapTupleData' identity_to_stringinfo(ctx, tupdesc, &change->data.tp.oldtuple->tuple, ribs); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:2262:67: error: no member named 'tuple' in 'struct HeapTupleData' pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_CHANGE); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:2282:67: error: no member named 'tuple' in 'struct HeapTupleData' pg_decode_write_tuple(ctx, relation, &change->data.tp.oldtuple->tuple, PGOUTPUTJSON_IDENTITY); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:2307:69: error: no member named 'tuple' in 'struct HeapTupleData' pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_IDENTITY); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:2334:69: error: no member named 'tuple' in 'struct HeapTupleData' pg_decode_write_tuple(ctx, relation, &change->data.tp.oldtuple->tuple, PGOUTPUTJSON_PK); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ wal2json.c:2336:69: error: no member named 'tuple' in 'struct HeapTupleData' pg_decode_write_tuple(ctx, relation, &change->data.tp.newtuple->tuple, PGOUTPUTJSON_PK); ~~~~~~~~~~~~~~~~~~~~~~~~ ^ 14 errors generated. gmake: *** [: wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/databases/postgresql-wal2json