Fix some comments for GUC hooks of timezone_abbreviations
Started by Michael Paquierover 1 year ago3 messageshackers
Hi all,
While browsing through the code, I have noticed two comments on top of
assign_timezone_abbreviations() and check_timezone_abbreviations()
that mention "assign_timezone_abbreviations" as the GUC name, while it
should be "timezone_abbreviations", obviously.
I have not noticed any similar mistakes for the other check and assign
hooks.
Comments are welcome.
--
Michael
Attachments:
guc-hook.patchtext/x-diff; charset=us-asciiDownload+2-2
Re: Fix some comments for GUC hooks of timezone_abbreviations
Michael Paquier <michael@paquier.xyz> writes:
While browsing through the code, I have noticed two comments on top of
assign_timezone_abbreviations() and check_timezone_abbreviations()
that mention "assign_timezone_abbreviations" as the GUC name, while it
should be "timezone_abbreviations", obviously.
Obvious typo indeed (probably my fault :-()
regards, tom lane