Re: Use XLOG_CONTROL_FILE macro everywhere? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Use XLOG_CONTROL_FILE macro everywhere?
Date
Msg-id 30207.1714164677@sss.pgh.pa.us
Whole thread Raw
In response to Re: Use XLOG_CONTROL_FILE macro everywhere?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Use XLOG_CONTROL_FILE macro everywhere?
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Apr 24, 2024 at 8:04 PM Michael Paquier <michael@paquier.xyz> wrote:
>> Not sure that I would bother with a second one.  But, well, why not if
>> people want to rename it, as long as you keep compatibility.

> I vote for just standardizing on XLOG_CONTROL_FILE. That name seems
> sufficiently intuitive to me, and I'd rather have one identifier for
> this than two. It's simpler that way.

+1.  Back when we did the great xlog-to-wal renaming, we explicitly
agreed that we wouldn't change internal symbols referring to xlog.
It might or might not be appropriate to revisit that decision,
but I sure don't want to do it piecemeal, one symbol at a time.

Also, if we did rename this one, the logical choice would be
WAL_CONTROL_FILE not PG_CONTROL_FILE.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: New committers: Melanie Plageman, Richard Guo,New committers: Melanie Plageman, Richard Guo
Next
From: Tom Lane
Date:
Subject: Re: DROP OWNED BY fails to clean out pg_init_privs grants