- 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)
commit223657dbadc39715e071d08b745190b15d105e51
treeb3f62636b72ba86a445891002d4eed5e202c33fb
parent42141afd10b2f4c3ea08a2ec7648de503fe4323c
- 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