Fix a few contrib regression test scripts that hadn't gotten the word
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Nov 2007 06:29:04 +0000 (06:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Nov 2007 06:29:04 +0000 (06:29 +0000)
commit466a5f36954bf26f6a338e37de2ff049dabcc6a7
tree6f0df390c60fbb862181fd07c6633346fd429a9d
parent2f9eab1a1031ebf948eb27440cd26550e8706b4e
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.
12 files changed:
contrib/btree_gist/expected/init.out
contrib/btree_gist/sql/init.sql
contrib/dblink/expected/dblink.out
contrib/dblink/sql/dblink.sql
contrib/ltree/expected/ltree.out
contrib/ltree/sql/ltree.sql
contrib/pg_trgm/expected/pg_trgm.out
contrib/pg_trgm/sql/pg_trgm.sql
contrib/pgcrypto/expected/init.out
contrib/pgcrypto/sql/init.sql
contrib/tablefunc/expected/tablefunc.out
contrib/tablefunc/sql/tablefunc.sql