Fix thinko in copyParamList.
Robert Haas <rhaas@postgresql.org>
Fix thinko in copyParamList. There's no point in consulting retval->paramMask; it's always NULL. Instead, we should consult from->paramMask. Reported by Andrew Gierth.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/params.c | modified | +2 −2 |