diff options
author | Joe Conway <mail@joeconway.com> | 2005-10-18 02:55:49 +0000 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2005-10-18 02:55:49 +0000 |
commit | 056eb1412c864c61b26eb8d540fd92636795f67d (patch) | |
tree | a69c1aaadadee895c41e7b8c04bbb9a6c4d3dd98 /src/backend/utils/adt/regexp.c | |
parent | c62b29a6034b1cb16abef7012f475fbe6fedc3d5 (diff) | |
download | postgresql-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