pgsql: Correct xmax test for COPY FREEZE

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct xmax test for COPY FREEZE
Date: 2012-12-07 14:19:14
Message-ID: E1Tgylm-0004v5-80@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct xmax test for COPY FREEZE

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ef754fb51b8a40c3b3dc0f3cc42f62eff77649db

Modified Files
--------------
src/test/regress/expected/copy2.out | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-12-07 14:24:17 Re: pgsql: Correct xmax test for COPY FREEZE
Previous Message Simon Riggs 2012-12-07 13:28:58 pgsql: Optimize COPY FREEZE with CREATE TABLE also.