Fix a few contrib regression test scripts that hadn't gotten the word
Tom Lane <tgl@sss.pgh.pa.us>
Fix a few contrib regression test scripts that hadn't gotten the word about best practice for including the module creation scripts: to wit that you should suppress NOTICE messages. This avoids creating regression failures by adding or removing comment lines in the module scripts.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/expected/init.out | modified | +2 −15 |
| contrib/btree_gist/sql/init.sql | modified | +2 −0 |
| contrib/dblink/expected/dblink.out | modified | +2 −0 |
| contrib/dblink/sql/dblink.sql | modified | +2 −0 |
| contrib/ltree/expected/ltree.out | modified | +6 −12 |
| contrib/ltree/sql/ltree.sql | modified | +6 −0 |
| contrib/pgcrypto/expected/init.out | modified | +6 −0 |
| contrib/pgcrypto/sql/init.sql | modified | +6 −0 |
| contrib/pg_trgm/expected/pg_trgm.out | modified | +6 −3 |
| contrib/pg_trgm/sql/pg_trgm.sql | modified | +6 −0 |
| contrib/tablefunc/expected/tablefunc.out | modified | +2 −0 |
| contrib/tablefunc/sql/tablefunc.sql | modified | +2 −0 |