File tree 1 file changed +3
-6
lines changed
src/test/modules/commit_ts/expected
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
21
21
HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
22
22
DROP TABLE committs_test;
23
23
SELECT 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
26
25
SELECT 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
29
27
SELECT 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
32
29
SELECT x.xid::text::bigint > 0, x.timestamp > '-infinity'::timestamptz, x.timestamp <= now() FROM pg_last_committed_xact() x;
33
30
ERROR: could not get commit timestamp data
34
31
HINT: Make sure the configuration parameter "track_commit_timestamp" is set.
You can’t perform that action at this time.
0 commit comments