blob: f17f953b3935b397588981c191db3f383917f559 [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 'pgcrypto.so'
\! gpstop -air
-- end_ignore