]> granicus.if.org Git - postgresql/commit
Fix thinko in copyParamList.
authorRobert Haas <rhaas@postgresql.org>
Wed, 27 Jul 2016 14:16:26 +0000 (10:16 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 27 Jul 2016 14:20:40 +0000 (10:20 -0400)
commitb31875b1fe7131ac29f118efd81c9aba7255eced
tree14158a92571b9919459dc0e7a6b8f52c4c2a8e86
parentd8411a6c8b6e5f74b362ef2496723f7f88593737
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.
src/backend/nodes/params.c