blob: 5ee3b794f46407ee91a5291c0bb5c8c98e6e0444 [file]
-- Setup for fips.sql test
-- We are setting shared_preload_libraries so that we can set the extension GUC
-- 'pgcrypto.fips' immediately after creating the extension on master.
-- start_ignore
\! gpconfig -c shared_preload_libraries -v '$libdir/pgcrypto'
\! gpstop -air
-- end_ignore