*** Z:/nm/postgresql/src/test/modules/commit_ts/expected/commit_timestamp.out 2014-12-05 05:43:01.074420000 +0000 --- Z:/nm/postgresql/src/test/modules/commit_ts/results/commit_timestamp.out 2014-12-05 08:24:13.094705200 +0000 *************** *** 19,27 **** ORDER BY id; id | ?column? | ?column? | ?column? ----+----------+----------+---------- ! 1 | t | t | t ! 2 | t | t | t ! 3 | t | t | t (3 rows) DROP TABLE committs_test; --- 19,27 ---- ORDER BY id; id | ?column? | ?column? | ?column? ----+----------+----------+---------- ! 1 | t | f | t ! 2 | t | f | t ! 3 | t | f | t (3 rows) DROP TABLE committs_test; *************** *** 34,39 **** SELECT x.xid::text::bigint > 0, x.timestamp > '-infinity'::timestamptz, x.timestamp < now() FROM pg_last_committed_xact() x; ?column? | ?column? | ?column? ----------+----------+---------- ! t | t | t (1 row) --- 34,39 ---- SELECT x.xid::text::bigint > 0, x.timestamp > '-infinity'::timestamptz, x.timestamp < now() FROM pg_last_committed_xact() x; ?column? | ?column? | ?column? ----------+----------+---------- ! t | t | f (1 row) ======================================================================