Re: Avoid a possible null pointer (src/backend/utils/adt/pg_locale.c)
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Michael Paquier <michael@paquier.xyz>, Ranier Vilela
<ranier.vf@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2023-09-11T19:15:49Z
Lists: pgsql-hackers
On Mon, 2023-09-11 at 07:24 +0900, Michael Paquier wrote: > I'm OK with enforcing COLLPROVIDER_LIBC in this path, but I also > value > consistency across all the error messages of this file. After > sleeping on it, and as that's a set of elogs, "unsupported > collprovider" is fine for me across the board as these should not be > user-visible. That's fine with me. Regards, Jeff Davis
Commits
-
Refactor error messages for unsupported providers in pg_locale.c
- 800d5bcb982b 16.1 landed
- b8f44a477945 17.0 landed