Remove dead forceSync parameter of XactLogCommitRecord()

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Remove dead forceSync parameter of XactLogCommitRecord()
Date: 2020-06-17 03:26:15
Message-ID: 20200617032615.GC2916904@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
forceSync-v1.patch text/plain 2.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2020-06-17 03:35:58 Re: valgrind versus pg_atomic_init()
Previous Message Noah Misch 2020-06-17 03:24:29 Re: valgrind versus pg_atomic_init()