diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-01-25 22:49:59 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-01-25 22:49:59 -0500 |
commit | f86a8955e8aae4da854e65b87b588e37ecb45918 (patch) | |
tree | 39a8723ea8f78cb1eae8aff5ad5b93a7e92426cb /src/backend/tcop/postgres.c | |
parent | 138a5c4a909dc96c0f3a95123639ee7e014c7f38 (diff) | |
download | postgresql-f86a8955e8aae4da854e65b87b588e37ecb45918.tar.gz postgresql-f86a8955e8aae4da854e65b87b588e37ecb45918.zip |
Further cleanup of ReorderBufferCommit().
On closer inspection, we can remove the "volatile" qualifier on
"using_subtxn" so long as we initialize that before the PG_TRY block,
which there's no particularly good reason not to do.
Also, push the "change" variable inside the PG_TRY so as to remove
all question of whether it needs "volatile", and remove useless
early initializations of "snapshow_now" and "using_subtxn".
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions