Re: Remove dead forceSync parameter of XactLogCommitRecord()

2020-06-17 Thread Michael Paquier
On Tue, Jun 16, 2020 at 08:26:15PM -0700, Noah Misch wrote: > I think someone planned to have XactLogCommitRecord() use its forceSync > parameter instead of reading the forceSyncCommit global variable, but that > didn't happen. I'd like to remove the parameter, as attached. This has no > function

Remove dead forceSync parameter of XactLogCommitRecord()

2020-06-16 Thread Noah Misch
ge. Author: Noah Misch Commit: Noah Misch 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, RecordTransactionComm