=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for postgresql15-wal2json-2.3 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 -I. -I./ -I/opt/pkg/include/postgresql/server -I/opt/pkg/include/postgresql/internal -isysroot /Library/Developer/CommandLineTools/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:817:105: error: no member named 'commit_time' in 'struct ReorderBufferTXN' appendStringInfo(ctx->out, "%s\"timestamp\":%s\"%s\",%s", data->ht, data->sp, timestamptz_to_str(txn->commit_time), data->nl); ~~~ ^ wal2json.c:844:80: error: no member named 'commit_time' in 'struct ReorderBufferTXN' appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ~~~ ^ wal2json.c:926:80: error: no member named 'commit_time' in 'struct ReorderBufferTXN' appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ~~~ ^ wal2json.c:2287:79: error: no member named 'commit_time' in 'struct ReorderBufferTXN' appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ~~~ ^ wal2json.c:2658:80: error: no member named 'commit_time' in 'struct ReorderBufferTXN' appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ~~~ ^ wal2json.c:2879:80: error: no member named 'commit_time' in 'struct ReorderBufferTXN' appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ~~~ ^ 6 errors generated. gmake: *** [: wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/databases/postgresql-wal2json