=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for postgresql15-wal2json-2.3 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include/krb5 -fPIC -DPIC -I. -I./ -I/usr/pkg/include/postgresql/server -I/usr/pkg/include/postgresql/internal -I/usr/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include/krb5 -I/usr/pkg/include/libxml2 -I/usr/pkg/include -c -o wal2json.o wal2json.c wal2json.c: In function 'pg_decode_begin_txn_v1': wal2json.c:817:105: error: 'ReorderBufferTXN {aka struct ReorderBufferTXN}' has no member named 'commit_time'; did you mean 'xact_time'? appendStringInfo(ctx->out, "%s\"timestamp\":%s\"%s\",%s", data->ht, data->sp, timestamptz_to_str(txn->commit_time), data->nl); ^~~~~~~~~~~ xact_time wal2json.c: In function 'pg_decode_begin_txn_v2': wal2json.c:844:80: error: 'ReorderBufferTXN {aka struct ReorderBufferTXN}' has no member named 'commit_time'; did you mean 'xact_time'? appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ^~~~~~~~~~~ xact_time wal2json.c: In function 'pg_decode_commit_txn_v2': wal2json.c:926:80: error: 'ReorderBufferTXN {aka struct ReorderBufferTXN}' has no member named 'commit_time'; did you mean 'xact_time'? appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ^~~~~~~~~~~ xact_time wal2json.c: In function 'pg_decode_write_change': wal2json.c:2287:79: error: 'ReorderBufferTXN {aka struct ReorderBufferTXN}' has no member named 'commit_time'; did you mean 'xact_time'? appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ^~~~~~~~~~~ xact_time wal2json.c: In function 'pg_decode_message_v2': wal2json.c:2658:80: error: 'ReorderBufferTXN {aka struct ReorderBufferTXN}' has no member named 'commit_time'; did you mean 'xact_time'? appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ^~~~~~~~~~~ xact_time wal2json.c: In function 'pg_decode_truncate_v2': wal2json.c:2879:80: error: 'ReorderBufferTXN {aka struct ReorderBufferTXN}' has no member named 'commit_time'; did you mean 'xact_time'? appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ^~~~~~~~~~~ xact_time gmake: *** [: wal2json.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/databases/postgresql-wal2json *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/databases/postgresql-wal2json