Remove dead forceSync parameter of XactLogCommitRecord()

Started by Noah Mischalmost 6 years ago2 messageshackers
Jump to latest
#1Noah Misch
noah@leadboat.com

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
#2Michael Paquier
michael@paquier.xyz
In reply to: Noah Misch (#1)
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