Fix -Wcast-qual warning

Peter Eisentraut <peter@eisentraut.org>

Commit: 119e791e9c7d7d122f7a9554514455c38115964a
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2026-03-26T14:00:24Z
Fix -Wcast-qual warning

This dials back a couple of the qualifiers added by commit
7724cb9935a.  Specifically, in match_boolean_partition_clause() the
call to negate_clause() casts away the const, so we shouldn't make the
input argument const.

Files

PathChange+/−
src/backend/partitioning/partprune.c modified +5 −5