pgsql: Adjust COPY FREEZE error message to be more accurate and consist

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust COPY FREEZE error message to be more accurate and consist
Date: 2013-02-02 17:57:05
Message-ID: E1U1hKr-0002cL-0q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust COPY FREEZE error message to be more accurate and consistent.

Per suggestions from Noah and Tom.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/copy.c | 50 ++++++++++++++++-------------------
src/test/regress/expected/copy2.out | 6 ++--
2 files changed, 26 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2013-02-02 18:55:31 pgsql: Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.
Previous Message Peter Eisentraut 2013-02-02 02:45:52 pgsql: doc: Tiny whitespace fix