Fix thinko in copyParamList.

Robert Haas <rhaas@postgresql.org>

Commit: b31875b1fe7131ac29f118efd81c9aba7255eced
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-07-27T14:20:40Z
Releases: 9.6.0
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

PathChange+/−
src/backend/nodes/params.c modified +2 −2