Re: Use SetInstallXLogFileSegmentActive() for setting XLogCtl->InstallXLogFileSegmentActive
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-15T06:03:00Z
Lists: pgsql-hackers
On Fri, Aug 12, 2022 at 4:17 AM Nathan Bossart <nathandbossart@gmail.com> wrote: > > On Thu, Aug 11, 2022 at 09:42:18PM +0530, Bharath Rupireddy wrote: > > Here's a small patch replacing the explicit setting of > > XLogCtl->InstallXLogFileSegmentActive with the existing function > > SetInstallXLogFileSegmentActive(), removes duplicate code and saves 4 > > LOC. > > LGTM Thanks for reviewing. I added it to the current commitfest to not lose track of it - https://commitfest.postgresql.org/39/3815/ -- Bharath Rupireddy RDS Open Source Databases: https://aws.amazon.com/rds/postgresql/
Commits
-
Use SetInstallXLogFileSegmentActive() in more places in xlog.c
- d265cd202961 16.0 landed