pgsql: - During dblink_open, if transaction state was IDLE, force cursor

Поиск
Список
Период
Сортировка
От joe@postgresql.org (Joe Conway)
Тема pgsql: - During dblink_open, if transaction state was IDLE, force cursor
Дата
Msg-id 20060621164346.3FA8B9FB1BC@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
- 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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.48.2.2 -> r1.48.2.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.48.2.2&r2=1.48.2.3)
    pgsql/contrib/dblink/expected:
        dblink.out (r1.16 -> r1.16.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out.diff?r1=1.16&r2=1.16.2.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: - During dblink_open, if transaction state was IDLE, force cursor
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Eliminate a gratuitously different wording of the 'cannot use