Обсуждение: pgsql: Fix new COPY test of PL/pgSQL with VPATH builds

Поиск
Список
Период
Сортировка

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

От
Michael Paquier
Дата:
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(-)