| -- 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 |