2025-01-30 12:39:18.874 UTC postmaster[20670] LOG: starting PostgreSQL 18devel on x86_64-freebsd, compiled by clang-17.0.6, 64-bit 2025-01-30 12:39:18.875 UTC postmaster[20670] LOG: listening on Unix socket "/tmp/pg_regress-YTm8Hl/.s.PGSQL.40055" 2025-01-30 12:39:18.877 UTC startup[20673] LOG: database system was shut down at 2025-01-30 12:39:18 UTC 2025-01-30 12:39:18.879 UTC postmaster[20670] LOG: database system is ready to accept connections 2025-01-30 12:39:18.971 UTC client backend[20681] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-30 12:39:18.971 UTC client backend[20681] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-30 12:39:18.971 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT id, pg_xact_commit_timestamp(xmin) >= ts, pg_xact_commit_timestamp(xmin) <= now(), pg_xact_commit_timestamp(xmin) - ts < '60s' -- 60s should give a lot of reserve FROM committs_test ORDER BY id; 2025-01-30 12:39:18.974 UTC client backend[20681] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2025-01-30 12:39:18.974 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT pg_xact_commit_timestamp('0'::xid); 2025-01-30 12:39:18.976 UTC client backend[20681] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-30 12:39:18.976 UTC client backend[20681] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-30 12:39:18.976 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT x.xid::text::bigint > 0 as xid_valid, x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, roident != 0 AS valid_roident FROM pg_last_committed_xact() x; 2025-01-30 12:39:18.977 UTC client backend[20681] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2025-01-30 12:39:18.977 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT * FROM pg_xact_commit_timestamp_origin('0'::xid); 2025-01-30 12:39:18.978 UTC client backend[20681] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-30 12:39:18.978 UTC client backend[20681] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-30 12:39:18.978 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, roident != 0 AS valid_roident FROM pg_last_committed_xact() x; 2025-01-30 12:39:18.978 UTC client backend[20681] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-30 12:39:18.978 UTC client backend[20681] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-30 12:39:18.978 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, roident != 0 AS valid_roident FROM pg_xact_commit_timestamp_origin('754') x; 2025-01-30 12:39:18.980 UTC client backend[20681] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-30 12:39:18.980 UTC client backend[20681] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-30 12:39:18.980 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, r.roname FROM pg_last_committed_xact() x, pg_replication_origin r WHERE r.roident = x.roident; 2025-01-30 12:39:18.980 UTC client backend[20681] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2025-01-30 12:39:18.980 UTC client backend[20681] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2025-01-30 12:39:18.980 UTC client backend[20681] pg_regress/commit_timestamp STATEMENT: SELECT x.timestamp > '-infinity'::timestamptz AS ts_low, x.timestamp <= now() AS ts_high, r.roname FROM pg_xact_commit_timestamp_origin('756') x, pg_replication_origin r WHERE r.roident = x.roident; 2025-01-30 12:39:18.988 UTC postmaster[20670] LOG: received fast shutdown request 2025-01-30 12:39:18.988 UTC postmaster[20670] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2951, PID: 20670 0xaa74c2 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89fca4 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89dc85 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres 0x89cf94 at /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres