pgsql: Fix error messages for FreeFile in COPY command. - Mailing list pgsql-committers

From Itagaki Takahiro
Subject pgsql: Fix error messages for FreeFile in COPY command.
Date
Msg-id E1PmGCr-0006ND-GD@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: remove tags.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Supply now required HeUTF8 macro for plperl where it's missing,