Re: Minor refactor: Use more consistent names for the labels of PG_Locale_Strategy

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Andreas Karlsson <andreas@proxel.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-09-02T00:43:56Z
Lists: pgsql-hackers
On Thu, Aug 29, 2024 at 10:06:32AM +0900, Michael Paquier wrote:
> +1 for your suggestion, as you are suggesting.  The original intention
> when PG_Locale_Strategy got introduced was to have everything named as
> PG_REGEX_LOCALE_*, but with the built-in part coming in play in this
> code adding "STRATEGY" is cleaner than just "LOCALE".

Applied this one as 23138284cde4.
--
Michael

Commits

  1. Rename enum labels of PG_Locale_Strategy