diff options
author | Noah Misch <noah@leadboat.com> | 2020-06-20 01:25:40 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2020-06-20 01:25:40 -0700 |
commit | d28ab91e7155353d4377abad5a7d5b0f07450867 (patch) | |
tree | 23063f1304e6f6d5816a5452e6f04ab4630a8127 /src/backend/access/spgist/spgxlog.c | |
parent | 74b4d78e037c1d4d55fd61f1b58c161e6249dfde (diff) | |
download | postgresql-d28ab91e7155353d4377abad5a7d5b0f07450867.tar.gz postgresql-d28ab91e7155353d4377abad5a7d5b0f07450867.zip |
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 'src/backend/access/spgist/spgxlog.c')
0 files changed, 0 insertions, 0 deletions