aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/execute.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-10-09 21:21:57 +0200
committerPeter Eisentraut <peter_e@gmx.net>2018-10-09 21:26:00 +0200
commitf8c10f616fa5081999ac48a0b6621057db806851 (patch)
tree043fb6016948bca317dea48bdc43bde2456a6628 /src/interfaces/ecpg/ecpglib/execute.c
parentb6b297d20df9f738be20a450f80bade535819220 (diff)
downloadpostgresql-f8c10f616fa5081999ac48a0b6621057db806851.tar.gz
postgresql-f8c10f616fa5081999ac48a0b6621057db806851.zip
Turn transaction_isolation into GUC enum
It was previously a string setting that was converted into an enum by custom code, but using the GUC enum facility seems much simpler and doesn't change any functionality, except that set transaction_isolation='default'; no longer works, but that was never documented and doesn't work with any other transaction characteristics. (Note that this is not the same as RESET or SET TO DEFAULT, which still work.) Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://www.postgresql.org/message-id/457db615-e84c-4838-310e-43841eb806e5@iki.fi
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/execute.c')
0 files changed, 0 insertions, 0 deletions