Re: make BuiltinTrancheNames less ugly - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: make BuiltinTrancheNames less ugly
Date
Msg-id 7f638c9c-8a15-4deb-a3a5-c1a445762fcd@iki.fi
Whole thread Raw
In response to Re: make BuiltinTrancheNames less ugly  ("Tristan Partin" <tristan@neon.tech>)
Responses Re: make BuiltinTrancheNames less ugly
List pgsql-hackers
On 12/02/2024 19:01, Tristan Partin wrote:
> On Wed Jan 24, 2024 at 8:09 AM CST, Alvaro Herrera wrote:
>> IMO it would be less ugly to have the origin file lwlocknames.txt be
>> not a text file but a .h with a macro that can be defined by
>> interested parties so that they can extract what they want from the
>> file, like PG_CMDTAG or PG_KEYWORD.  Using Perl for this seems dirty...
> 
> I really like this idea, and would definitely be more inclined to see
> a solution like this.

+1 to that idea from me too. Seems pretty straightforward.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Synchronizing slots from primary to standby
Next
From: Heikki Linnakangas
Date:
Subject: Re: how to read table options during smgropen()