pgsql: Fix new COPY test of PL/pgSQL with VPATH builds

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix new COPY test of PL/pgSQL with VPATH builds
Дата
Msg-id E1iTKU8-0007s0-B1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix new COPY test of PL/pgSQL with VPATH builds

The buildfarm has turned red after 1858b10 because VPATH builds need to
use "@abs_srcdir@" and not "@abs_builddir@" for paths coming directly
from the source tree.  The input file of the new test got that right,
but not the output file.

Per complaints from several buildfarm animals, including desmoxytes and
culicidae.  I have also reproduced the error by myself.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/943b447d303e6d0a7635d39ac552550b77b96cef

Modified Files
--------------
src/pl/plpgsql/src/output/plpgsql_copy.source | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add tests for COPY in PL/pgSQL
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Fix gratuitous error message variation