Fix some comments for GUC hooks of timezone_abbreviations
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-10T01:14:17Z
Lists: pgsql-hackers
Attachments
- guc-hook.patch (text/x-diff) patch
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
Commits
-
Fix comments of GUC hooks for timezone_abbreviations
- f0672b6787ab 16.7 landed
- 67ef403d0e8f 17.3 landed
- d37e856410d0 18.0 landed