pgsql: Use @libdir@ in both of regress/{input, output}/security_label.so - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Use @libdir@ in both of regress/{input, output}/security_label.so
Date
Msg-id E1VOCPM-0004um-9X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use @libdir@ in both of regress/{input,output}/security_label.source

Though @libdir@ almost always matches @abs_builddir@ in this context,
the test could only fail if they differed.  Back-patch to 9.1, where the
test was introduced.

Hamid Quddus Akhtar

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c05e9ec1c4054a5a7a18872bb40602e417fbfd03

Modified Files
--------------
src/test/regress/output/security_label.source |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Use @libdir@ in both of regress/{input, output}/security_label.so
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix pgindent comment breakage