aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regexp.c
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2005-10-18 02:55:49 +0000
committerJoe Conway <mail@joeconway.com>2005-10-18 02:55:49 +0000
commit056eb1412c864c61b26eb8d540fd92636795f67d (patch)
treea69c1aaadadee895c41e7b8c04bbb9a6c4d3dd98 /src/backend/utils/adt/regexp.c
parentc62b29a6034b1cb16abef7012f475fbe6fedc3d5 (diff)
downloadpostgresql-056eb1412c864c61b26eb8d540fd92636795f67d.tar.gz
postgresql-056eb1412c864c61b26eb8d540fd92636795f67d.zip
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.
Diffstat (limited to 'src/backend/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions