diff options
author | Noah Misch | 2020-06-20 08:25:40 +0000 |
---|---|---|
committer | Noah Misch | 2020-06-20 08:25:40 +0000 |
commit | d28ab91e7155353d4377abad5a7d5b0f07450867 (patch) | |
tree | 23063f1304e6f6d5816a5452e6f04ab4630a8127 /contrib/btree_gist/sql | |
parent | 74b4d78e037c1d4d55fd61f1b58c161e6249dfde (diff) |
Remove dead forceSync parameter of XactLogCommitRecord().
The function has been reading global variable forceSyncCommit, mirroring
the intent of the caller that passed forceSync=forceSyncCommit. The
other caller, RecordTransactionCommitPrepared(), passed false. Since
COMMIT PREPARED can't share a transaction with any command, it certainly
doesn't share a transaction with a command that sets forceSyncCommit.
Reviewed by Michael Paquier.
Discussion: https://postgr.es/m/20200617032615.GC2916904@rfd.leadboat.com
Diffstat (limited to 'contrib/btree_gist/sql')
0 files changed, 0 insertions, 0 deletions