diff options
Diffstat (limited to 'src/test/regress/sql/portals.sql')
| -rw-r--r-- | src/test/regress/sql/portals.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/sql/portals.sql b/src/test/regress/sql/portals.sql index 2df820a30a..807c847bc3 100644 --- a/src/test/regress/sql/portals.sql +++ b/src/test/regress/sql/portals.sql @@ -166,7 +166,7 @@ CLOSE foo11; CLOSE foo12; --- is there a reason why we don't close the rest of the open cursors? +-- leave some cursors open, to test that auto-close works. END; @@ -217,4 +217,4 @@ DECLARE foo26 CURSOR WITH HOLD FOR SELECT * FROM tenk1; ROLLBACK; -- should fail -FETCH FROM foo26;
\ No newline at end of file +FETCH FROM foo26; |
