OSDN Git Service

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)
commit30e2c42e00a501278ffe80223bada52e2ba269f3
treef568c076a58ce277ed2e1f58fc0b767bda19d607
parent0614c5e5fd93bd71a293d7c4e694b06a20c9a70c
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