]> 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:11 +0000 (16:43 +0000)
committerJoe Conway <mail@joeconway.com>
Wed, 21 Jun 2006 16:43:11 +0000 (16:43 +0000)
commit1d895f426fdad4a0bfa9037b325f14004ceb9262
tree04420a159f46f1a8aed739a607c834df12c46c85
parent04c5b69603c4ec7f80022d0ae6d92ad8a6730141
- 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