- During dblink_open, if transaction state was IDLE, force cursor count to

Joe Conway <mail@joeconway.com>

Commit: 1d895f426fdad4a0bfa9037b325f14004ceb9262
Author: Joe Conway <mail@joeconway.com>
Date: 2006-06-21T16:43:11Z
Releases: 8.2.0
- 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.

Files

PathChange+/−
contrib/dblink/dblink.c modified +8 −1
contrib/dblink/expected/dblink.out modified +1 −1