Re: Fix some comments for GUC hooks of timezone_abbreviations

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-10T02:18:48Z
Lists: pgsql-hackers
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



Commits

  1. Fix comments of GUC hooks for timezone_abbreviations