pgsql: Remove useless unconstify

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless unconstify
Date: 2024-09-06 09:40:00
Message-ID: E1smVRf-000O4Q-O5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless unconstify

Digging into the history, this was not necessary even when it was
added, but might have been some time before that. In any case, there
is no use for this now.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e43ab3dd79ddb5a6a3f7cdb5b1d6dffc9e7765b

Modified Files
--------------
src/backend/utils/adt/formatting.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-09-06 15:58:30 pgsql: Fix incorrect pg_stat_io output on 32-bit machines.
Previous Message Amit Langote 2024-09-06 07:53:04 pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE