pgsql: When a cursor is opened using dblink_open, only start a - Mailing list pgsql-committers

From joe@svr1.postgresql.org (Joe Conway)
Subject pgsql: When a cursor is opened using dblink_open, only start a
Date
Msg-id 20051018025549.E5DD3D7F63@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When a cursor is opened using dblink_open, only start a transaction
if there isn't one already open. Upon dblink_close, only commit
the open transaction if it was started by dblink_open, and only
then when all cursors opened by dblink_open are closed. The transaction
accounting is done individually for all named connections, plus
the persistent unnamed connection.

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.47 -> r1.48)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.47&r2=1.48)
    pgsql/contrib/dblink/expected:
        dblink.out (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out.diff?r1=1.15&r2=1.16)
    pgsql/contrib/dblink/sql:
        dblink.sql (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/sql/dblink.sql.diff?r1=1.14&r2=1.15)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix several contrib makefiles that failed in VPATH builds,
Next
From: doudou586@pgfoundry.org (User Doudou586)
Date:
Subject: press - pr: New Directory