pgsql: Fix comments of GUC hooks for timezone_abbreviations

Started by Michael Paquierover 1 year ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Fix comments of GUC hooks for timezone_abbreviations

The GUC assign and check hooks used "assign_timezone_abbreviations",
which was incorrect.

Issue noticed while browsing this area of the code, introduced in
0a20ff54f5e6.

Reviewed-by: Tom Lane
Discussion: /messages/by-id/Z1eV6Y8yk77GZhZI@paquier.xyz
Backpatch-through: 16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f0672b6787ab48204dc8aebbcd1bae0a5775ff8b

Modified Files
--------------
src/backend/commands/variable.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)