Re: parallelize queries containing subplans
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>,
Robert Haas <robertmhaas@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-01-13T13:43:32Z
Lists: pgsql-hackers
Dilip Kumar <dilipbalaut@gmail.com> writes: > ERROR: did not find '}' at end of input node at character 762 I've not looked at the patches, but just seeing this error message, this looks like somebody's fat-fingered the correspondence between outfuncs.c and readfuncs.c processing. regards, tom lane
Commits
-
Allow parallel workers to execute subplans.
- 5e6d8d2bbbca 10.0 landed