pgsql: Fix error messages for FreeFile in COPY command.

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix error messages for FreeFile in COPY command.
Date: 2011-02-07 01:47:57
Message-ID: E1PmGCr-0006ND-GD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error messages for FreeFile in COPY command.
They are extracted from COPY API patch.

suggested by Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fb7355e0cedfadd437c30c73cfb71af7ff8933b1

Modified Files
--------------
src/backend/commands/copy.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alex Hunsaker 2011-02-07 02:13:22 Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding.
Previous Message Andrew Dunstan 2011-02-07 01:02:05 Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding.