aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-01-25 22:49:56 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2015-01-25 22:49:56 -0500
commitc70f9e8988c52ee4a81b978208dda96d399977b6 (patch)
tree4e402e57afc1a2933714ef4d7d434c8f79c70eb9 /src/backend/commands/async.c
parentbf007a27acd7b2fbaa4c8db293f156907cb01d27 (diff)
downloadpostgresql-c70f9e8988c52ee4a81b978208dda96d399977b6.tar.gz
postgresql-c70f9e8988c52ee4a81b978208dda96d399977b6.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/commands/async.c')
0 files changed, 0 insertions, 0 deletions