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-0018Px-Gy@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
------
master

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

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