pgsql: Remove useless unconstify() call

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless unconstify() call
Date: 2024-07-25 09:44:01
Message-ID: E1sWv0z-0018Py-Hx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless unconstify() call

This should have been part of 67c0ef9752 but was apparently forgotten
there.

Branch
------
REL_17_STABLE

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

Modified Files
--------------
src/bin/pg_dump/compress_gzip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-07-25 12:44:56 pgsql: pgcrypto: Remove unused binary from clean target
Previous Message Peter Eisentraut 2024-07-25 08:49:55 pgsql: Fix -Wmissing-variable-declarations warnings for float.c special