Re: Underscore in positional parameters? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Underscore in positional parameters?
Date
Msg-id 3083706.1719929688@sss.pgh.pa.us
Whole thread Raw
In response to Re: Underscore in positional parameters?  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: Underscore in positional parameters?
List pgsql-hackers
Peter Eisentraut <peter@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



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: CREATE OR REPLACE MATERIALIZED VIEW
Next
From: Tom Lane
Date:
Subject: Re: Underscore in positional parameters?