Remove dead forceSync parameter of XactLogCommitRecord()
Started by Noah Mischalmost 6 years ago2 messageshackers
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
functional consequences, as detailed in the commit message.
Attachments:
forceSync-v1.patchtext/plain; charset=us-asciiDownload+7-5
Re: Remove dead forceSync parameter of XactLogCommitRecord()
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
functional consequences, as detailed in the commit message.
+1. Looks like an oversight of 4f1b890b to me.
--
Michael