Re: Proposed patch: remove hard-coded limit MAX_ALLOCATED_DESCS - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Proposed patch: remove hard-coded limit MAX_ALLOCATED_DESCS
Date
Msg-id 20130609032512.GM7200@tamriel.snowman.net
Whole thread Raw
In response to Proposed patch: remove hard-coded limit MAX_ALLOCATED_DESCS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Recently we had a gripe about how you can't read very many files
> concurrently with contrib/file_fdw:
> http://www.postgresql.org/message-id/OF419B5767.8A3C9ADB-ON85257B79.005491E9-85257B79.0054F6F1@isn.rtss.qc.ca

Ouch, that's pretty bad.

> Barring objections or better ideas, I'd like to back-patch this as far
> as 9.1 where file_fdw was introduced.

+1.  This would bump the limit to something like 300 instead of 10,
right?  That seems pretty reasonable.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: [COMMITTERS] pgsql: Don't downcase non-ascii identifier chars in multi-byte encoding
Next
From: Stephen Frost
Date:
Subject: Re: small patch to crypt.c