pgsql: Fix accidentally casting away const

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix accidentally casting away const
Date: 2026-08-25 08:01:39
Message-ID: E1wym6E-000000021X3-0zSj@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix accidentally casting away const

fixup for commit c83a133f2bb

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13db0dbad601916b6fb526f777c4949abc08c423

Modified Files
--------------
src/fe_utils/print.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-08-25 08:15:25 pgsql: Remove old readline API workaround
Previous Message Peter Eisentraut 2026-08-25 06:45:22 pgsql: Fix signed/unsigned integer handling in pg_restore_relation_stat