diff options
author | Bruce Momjian | 2002-10-21 01:42:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-10-21 01:42:14 +0000 |
commit | e5cf1a8a26933ccaab49b708b1d4a3a6a9580509 (patch) | |
tree | 6bb8713d105b75d8249286005ba72fda14f63252 /contrib/intarray | |
parent | 189c3481c447bed619c96b7801f06f75fadf8fdd (diff) |
SET autocommit no longer needed in /contrib because pg_regress.sh does
it automatically now on regression session startup.
Diffstat (limited to 'contrib/intarray')
-rw-r--r-- | contrib/intarray/sql/_int.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/intarray/sql/_int.sql b/contrib/intarray/sql/_int.sql index 91db6d83447..cd05e4a785e 100644 --- a/contrib/intarray/sql/_int.sql +++ b/contrib/intarray/sql/_int.sql @@ -3,7 +3,6 @@ -- does not depend on contents of seg.sql. -- \set ECHO none -SET autocommit TO 'on'; \i _int.sql \set ECHO all |