Re: Document parameter count limit

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Document parameter count limit
Date: 2023-10-31 13:26:01
Message-ID: ZUEAaVFHTGGdveM5@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 26, 2023 at 11:04:47PM -0400, Bruce Momjian wrote:
> On Thu, Oct 26, 2023 at 04:17:19PM -0700, David G. Johnston wrote:
> > On Thu, Oct 26, 2023 at 4:13 PM David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
> > wrote:
> >
> > On Thu, Oct 26, 2023 at 4:08 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > > Ah, I was confused.  I documented both in the attached patch.
> >
> > The function one should have the same annotation as some others:
> >
> >      <entry>can be increased by recompiling <productname>PostgreSQL</
> > productname></entry>
> >
> >
> >
> > I'd like to see a comment on the parameter count one too.
> >
> > "Alternatives include using a temporary table or passing them in as a
> > single array parameter."
> >
> > About the only time this is likely to come up is with many parameters of
> > the same type and meaning, pointing that out with the array option seems
> > excessively wordy for the comment area.
> >
> > Needs a comma: 65,535
> >
> > Kinda think both should be tacked on to the end of the table.  I'd also put
> > function arguments first so it appears under the compile time partition
> > keys limit.
> >
> >
> >
> > Cleanups for consistency:
> >
> > Move "identifier length" after "partition keys" (before the new "function
> > arguments")
> >
> > Add commas to: 1,600 and 1,664 and 8,192
>
> Okay, I made all the suggested changes in ordering and adding commas,
> plus the text about the ability to change function arguments via
> recompiling.
>
> I didn't put commas in 8192 since that is a power-of-two and kind of a
> magic number used in many places.
>
> I am not sure where to put text about using arrays to handle many
> function arguments. I just don't see it fitting in the table, or the
> paragraph below the table.

Patch applied back to Postgres 12.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2023-10-31 13:44:07 RE: A recent message added to pg_upgade
Previous Message Bruce Momjian 2023-10-31 13:10:56 Re: The documentation for storage type 'plain' actually allows single byte header