Fix comments of GUC hooks for timezone_abbreviations

Michael Paquier <michael@paquier.xyz>

Commit: 67ef403d0e8f069368612adb917e42cd62cc6377
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-12-10T04:02:24Z
Releases: 17.3
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

Files

PathChange+/−
src/backend/commands/variable.c modified +2 −2

Discussion