aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_node.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-11-23 09:34:57 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-11-23 09:34:57 -0500
commitb7212c9726ee4bdf0ddd938742f03e86d8c431bf (patch)
tree95e17c66af2aee9017b68bcf08de8a793f34a06a /src/backend/parser/parse_node.c
parent4053189d594a5eb1949bba26766fdb0de837e255 (diff)
downloadpostgresql-b7212c9726ee4bdf0ddd938742f03e86d8c431bf.tar.gz
postgresql-b7212c9726ee4bdf0ddd938742f03e86d8c431bf.zip
Fix thinko in SPI_execute_plan() calls
Two call sites were apparently thinking that the last argument of SPI_execute_plan() is the number of query parameters, but it is actually the row limit. Change the calls to 0, since we don't care about the limit there. The previous code didn't break anything, but it was still wrong.
Diffstat (limited to 'src/backend/parser/parse_node.c')
0 files changed, 0 insertions, 0 deletions