pgsql: Fix error messages for FreeFile in COPY command.

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема pgsql: Fix error messages for FreeFile in COPY command.
Дата
Msg-id E1PmGCr-0006ND-GD@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: remove tags.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Supply now required HeUTF8 macro for plperl where it's missing,