Peter Eisentraut <pe...@eisentraut.org> writes: > I had to revert the test case from the 0002 patch. It ended up running > some build farm machines out of memory.
That ties into what I said upthread: why are we involving MaxAllocSize in this at all? The maximum parameter number you can actually use in extended queries is 65535 (because 16-bit fields), and I can't see a good reason to permit more. regards, tom lane