Fix comments of GUC hooks for timezone_abbreviations
authorMichael Paquier <michael@paquier.xyz>
Tue, 10 Dec 2024 04:02:27 +0000 (13:02 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 10 Dec 2024 04:02:27 +0000 (13:02 +0900)
commitf0672b6787ab48204dc8aebbcd1bae0a5775ff8b
tree0c77f65fbb7d629f69e12a67dfb26c88d9a468a9
parent8ac97ce42c8c0180328c80a06bf9c0bcae500477
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/Z1eV6Y8yk77GZhZI@paquier.xyz
Backpatch-through: 16
src/backend/commands/variable.c