Fix comments of GUC hooks for timezone_abbreviations
authorMichael Paquier <[email protected]>
Tue, 10 Dec 2024 04:02:24 +0000 (13:02 +0900)
committerMichael Paquier <[email protected]>
Tue, 10 Dec 2024 04:02:24 +0000 (13:02 +0900)
commit67ef403d0e8f069368612adb917e42cd62cc6377
treedba0ba0c746ef3bfd9a662cb7071105d42a1e383
parent416d1bd66c2859b2a40d265b77299c1f1d5dfc5b
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: https://postgr.es/m/[email protected]
Backpatch-through: 16
src/backend/commands/variable.c