Fix -Wcast-qual warning
Peter Eisentraut <peter@eisentraut.org>
Author:
Peter Eisentraut <peter@eisentraut.org>
Date: 2026-03-26T14:00:24Z
Releases:
19 (unreleased)
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
| Path | Change | +/− |
|---|---|---|
| src/backend/partitioning/partprune.c | modified | +5 −5 |