File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/test/modules/commit_ts/expected Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,11 @@ ERROR: could not get commit timestamp data
2121HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
2222DROP TABLE committs_test;
2323SELECT pg_xact_commit_timestamp('0'::xid);
24- ERROR: could not get commit timestamp data
25- HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
24+ ERROR: cannot retrieve commit timestamp for transaction 0
2625SELECT pg_xact_commit_timestamp('1'::xid);
27- ERROR: could not get commit timestamp data
28- HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
26+ ERROR: cannot retrieve commit timestamp for transaction 1
2927SELECT pg_xact_commit_timestamp('2'::xid);
30- ERROR: could not get commit timestamp data
31- HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
28+ ERROR: cannot retrieve commit timestamp for transaction 2
3229SELECT x.xid::text::bigint > 0, x.timestamp > '-infinity'::timestamptz, x.timestamp <= now() FROM pg_last_committed_xact() x;
3330ERROR: could not get commit timestamp data
3431HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
You can’t perform that action at this time.
0 commit comments