pgsql: Fix comments of GUC hooks for timezone_abbreviations

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comments of GUC hooks for timezone_abbreviations
Date: 2024-12-10 04:02:46
Message-ID: E1tKrSP-001ySL-UP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/67ef403d0e8f069368612adb917e42cd62cc6377

Modified Files
--------------
src/backend/commands/variable.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-12-10 11:34:52 pgsql: Improve internal logical replication error for missing equality
Previous Message Michael Paquier 2024-12-10 03:55:05 pgsql: Fix outdated comment of scram_build_secret()