pgsql: Remove obsolete comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove obsolete comment
Date
Msg-id E1vNlez-001Hqt-37@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete comment

This comment should probably have been moved to pg_locale_libc.c in
commit 66ac94cdc79 (2024), but upon closer examination it was already
completely obsolete then.

The first part of the comment has been obsolete since commit
85feb77aa09 (2017), which required that the system provides the
required wide-character functions.

The second part has been obsolete since commit e9931bfb751 (2024),
which eliminated code paths depending on the global LC_CTYPE setting.

Discussion: https://www.postgresql.org/message-id/flat/170308e6-a7a3-4484-87b2-f960bb564afa%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c581c9a7ac2af2c75567013f25125bd294d49ff2

Modified Files
--------------
src/backend/utils/adt/formatting.c | 10 ----------
1 file changed, 10 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rename routines for write/read of pgstats file
Next
From: Amit Kapila
Date:
Subject: pgsql: Add slotsync skip statistics.