]> granicus.if.org Git - postgresql/commit
- During dblink_open, if transaction state was IDLE, force cursor count to
authorJoe Conway <mail@joeconway.com>
Wed, 21 Jun 2006 16:43:46 +0000 (16:43 +0000)
committerJoe Conway <mail@joeconway.com>
Wed, 21 Jun 2006 16:43:46 +0000 (16:43 +0000)
commite582d2ee1a149502f49c7a337707b4a0f940a51d
treea38626ca2d25456093ad0e2c974edbbd832708a4
parentca1d26338b27db6a318833695a1fa415d37e86f8
- During dblink_open, if transaction state was IDLE, force cursor count to
  initially be 0. This is needed as a previous ABORT might have wiped out
  an automatically opened transaction without maintaining the cursor count.
- Fix regression test expected file for the correct ERROR message, which
  we now get given the above bug fix.
contrib/dblink/dblink.c
contrib/dblink/expected/dblink.out