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

Joe Conway <mail@joeconway.com>

Commit: e582d2ee1a149502f49c7a337707b4a0f940a51d
Author: Joe Conway <mail@joeconway.com>
Date: 2006-06-21T16:43:46Z
Releases: 8.1.5
- 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 +7 −0
contrib/dblink/expected/dblink.out modified +1 −1