On Wed, Dec 03, 2014 at 11:54:38AM -0300, Alvaro Herrera wrote:
> Pushed with some extra cosmetic tweaks.

The commit_ts test suite gives me the attached diff on a 32-bit MinGW build
running on 64-bit Windows Server 2003.  I have not checked other Windows
configurations; the suite does pass on GNU/Linux.
*** 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)
  

======================================================================

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to