Fix comments of GUC hooks for timezone_abbreviations
commitd37e856410d0856cb851e11b2e0191edf6cde527
authorMichael Paquier <michael@paquier.xyz>
Tue, 10 Dec 2024 04:02:21 +0000 (10 13:02 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 10 Dec 2024 04:02:21 +0000 (10 13:02 +0900)
tree60399ee33757375c40423c6c770ddd7c64c3ed2d
parent7b2690a5713e66c64313cea1cf881da3dcaaae2a
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