mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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
This commit is contained in:
parent
825da2aba8
commit
b43b64caea
@ -38,7 +38,7 @@ ERROR: no security label providers have been loaded
|
|||||||
SECURITY LABEL ON ROLE seclabel_user3 IS 'unclassified'; -- fail
|
SECURITY LABEL ON ROLE seclabel_user3 IS 'unclassified'; -- fail
|
||||||
ERROR: no security label providers have been loaded
|
ERROR: no security label providers have been loaded
|
||||||
-- Load dummy external security provider
|
-- Load dummy external security provider
|
||||||
LOAD '@abs_builddir@/dummy_seclabel@DLSUFFIX@';
|
LOAD '@libdir@/dummy_seclabel@DLSUFFIX@';
|
||||||
--
|
--
|
||||||
-- Test of SECURITY LABEL statement with a plugin
|
-- Test of SECURITY LABEL statement with a plugin
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user