pgsql: Fix casting away const-ness in pg_restore.c

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix casting away const-ness in pg_restore.c
Date: 2026-03-04 20:54:12
Message-ID: E1vxtES-002Pbt-2c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix casting away const-ness in pg_restore.c

This was intoduced in commit 763aaa06f03

per gripe from Peter Eistentrut.

Author: Mahendra Singh Thalor <mahi6run(at)gmail(dot)com>

Slightly tweaked by me.

Discussion: https://postgr.es/m/016819c0-666e-42a8-bfc8-2b93fd8d0176@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01c729e0c7a5899b841e596147381f5437ab8aab

Modified Files
--------------
src/bin/pg_dump/pg_restore.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-03-04 21:12:04 pgsql: Improve writing map.dat preamble
Previous Message Tom Lane 2026-03-04 20:33:23 pgsql: Fix estimate_hash_bucket_stats's correction for skewed data.