Re: PostgreSQL Limits: maximum number of columns in SELECT result

From: Greg Stark <stark(at)mit(dot)edu>
To: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dave Cramer <davecramer(at)postgres(dot)rocks>, Amul Sul <sulamul(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL Limits: maximum number of columns in SELECT result
Date: 2022-06-02 14:58:33
Message-ID: CAM-w4HPAb+xCAGfwMsyVUJTYyX7DZsF8zKMZWHE_2JN6E1fM1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 31 May 2022 at 12:00, Vladimir Sitnikov
<sitnikov(dot)vladimir(at)gmail(dot)com> wrote:
>
> Please, do not suggest me avoid 65535 parameters. What I wanted was just to test that the driver was able to handle 65535 parameters.

I don't think we have regression tests to cover things at these
limits, that might be worth adding if they're not too awkward to
maintain.

--
greg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-06-02 15:01:49 Re: compiler warnings with gcc 4.8 and -Og
Previous Message Tom Lane 2022-06-02 14:33:52 Re: compiler warnings with gcc 4.8 and -Og