Robert Haas <robertmh...@gmail.com> writes: > On another note, here's a second patch applying on top of my earlier > patch to push down Limit through Gather and Gather Merge.
I looked through this a little, and feel uncomfortable with the division of typedefs between execnodes.h and tuplesort.h. I'm inclined to push struct SortInstrumentation, and maybe also SharedSortInfo, into tuplesort.h. Then tuplesort_get_stats could be given the signature void tuplesort_get_stats(Tuplesortstate *state, SortInstrumentation *stats); which seems less messy. Thoughts? I'm also pretty suspicious of the filter code you added to subselect.sql. What happens when there's more than one worker? (BTW, would it make sense to number the workers from 1 not 0 in the EXPLAIN printout?) regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers