2024-12-18 07:13:23.443 GMT postmaster[7312] LOG: starting PostgreSQL 18devel on x86_64-windows, compiled by msvc-19.29.30157, 64-bit 2024-12-18 07:13:23.446 GMT postmaster[7312] LOG: listening on Unix socket "c:/cirrus/.s.PGSQL.40052" 2024-12-18 07:13:23.483 GMT startup[4800] LOG: database system was shut down at 2024-12-18 07:10:05 GMT 2024-12-18 07:13:23.505 GMT postmaster[7312] LOG: database system is ready to accept connections 2024-12-18 07:13:23.508 GMT client backend[4492] [unknown] FATAL: the database system is starting up 2024-12-18 07:13:23.974 GMT client backend[7288] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-12-18 07:13:23.974 GMT client backend[7288] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-12-18 07:13:23.974 GMT client backend[7288] 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; 2024-12-18 07:13:23.987 GMT client backend[7288] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2024-12-18 07:13:23.987 GMT client backend[7288] pg_regress/commit_timestamp STATEMENT: SELECT pg_xact_commit_timestamp('0'::xid); 2024-12-18 07:13:23.989 GMT client backend[7288] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-12-18 07:13:23.989 GMT client backend[7288] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-12-18 07:13:23.989 GMT client backend[7288] 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; 2024-12-18 07:13:23.989 GMT client backend[7288] pg_regress/commit_timestamp ERROR: cannot retrieve commit timestamp for transaction 0 2024-12-18 07:13:23.989 GMT client backend[7288] pg_regress/commit_timestamp STATEMENT: SELECT * FROM pg_xact_commit_timestamp_origin('0'::xid); 2024-12-18 07:13:23.990 GMT client backend[7288] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-12-18 07:13:23.990 GMT client backend[7288] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-12-18 07:13:23.990 GMT client backend[7288] 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; 2024-12-18 07:13:23.991 GMT client backend[7288] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-12-18 07:13:23.991 GMT client backend[7288] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-12-18 07:13:23.991 GMT client backend[7288] 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('753') x; 2024-12-18 07:13:23.993 GMT client backend[7288] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-12-18 07:13:23.993 GMT client backend[7288] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-12-18 07:13:23.993 GMT client backend[7288] 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; 2024-12-18 07:13:23.993 GMT client backend[7288] pg_regress/commit_timestamp ERROR: could not get commit timestamp data 2024-12-18 07:13:23.993 GMT client backend[7288] pg_regress/commit_timestamp HINT: Make sure the configuration parameter "track_commit_timestamp" is set. 2024-12-18 07:13:23.993 GMT client backend[7288] 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('755') x, pg_replication_origin r WHERE r.roident = x.roident; 2024-12-18 07:13:24.235 GMT postmaster[7312] LOG: received fast shutdown request 2024-12-18 07:13:24.242 GMT postmaster[7312] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "../src/backend/postmaster/postmaster.c", Line: 2896, PID: 7312 abort() has been called