postgresql/src/pl/plpgsql/src
Michael Paquier 943b447d30 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.
2019-11-09 15:41:34 +09:00
..
data Add tests for COPY in PL/pgSQL 2019-11-09 14:50:20 +09:00
expected Add tests for COPY in PL/pgSQL 2019-11-09 14:50:20 +09:00
input Add tests for COPY in PL/pgSQL 2019-11-09 14:50:20 +09:00
output Fix new COPY test of PL/pgSQL with VPATH builds 2019-11-09 15:41:34 +09:00
po Translation updates 2019-06-17 15:30:20 +02:00
sql Add tests for COPY in PL/pgSQL 2019-11-09 14:50:20 +09:00
.gitignore Replace the data structure used for keyword lookup. 2019-01-06 17:02:57 -05:00
Makefile Add tests for COPY in PL/pgSQL 2019-11-09 14:50:20 +09:00
generate-plerrcodes.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
nls.mk Translation updates 2018-05-21 12:29:52 -04:00
pl_comp.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pl_exec.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pl_funcs.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pl_gram.y Fix plpgsql to re-look-up composite type names at need. 2019-08-15 15:21:47 -04:00
pl_handler.c PG_FINALLY 2019-11-01 11:18:03 +01:00
pl_reserved_kwlist.h Use perfect hashing, instead of binary search, for keyword lookup. 2019-01-09 19:47:46 -05:00
pl_scanner.c Replace the data structure used for keyword lookup. 2019-01-06 17:02:57 -05:00
pl_unreserved_kwlist.h Transaction chaining 2019-03-24 11:33:02 +01:00
plpgsql--1.0.sql Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
plpgsql--unpackaged--1.0.sql Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
plpgsql.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpgsql.h Fix plpgsql to re-look-up composite type names at need. 2019-08-15 15:21:47 -04:00