Rename a node field for clarity

Peter Eisentraut <peter@eisentraut.org>

Commit: 9a9ead1105482fc292eccf707697da2ebcc578e5
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-03-28T08:50:01Z
Releases: 18.0
Rename a node field for clarity

Rename ResultRelInfo.ri_ConstraintExprs to ri_CheckConstraintExprs.
This reflects its specific purpose better and avoids confusion with
adjacent fields with similar but distinct purposes.

Discussion: https://postgr.es/m/CACJufxHArQysbDkWFmvK+D1TPHQWWTxWN15cMuUaTYX3xhQXgg@mail.gmail.com

Files

PathChange+/−
src/backend/executor/execMain.c modified +5 −5
src/include/nodes/execnodes.h modified +2 −2

Discussion