pgsql: Fix accidentally casting away const - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix accidentally casting away const
Date
Msg-id E1wym6E-000000021X3-0zSj@gemulon.postgresql.org
Whole thread
List 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(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Fix CPU cost of right-semi and right-anti hash joins
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Revert "Remove old readline API workaround"