On 2019-02-26 12:51:23 -0500, Tom Lane wrote: > Simon Riggs <si...@2ndquadrant.com> writes: > > On Tue, 26 Feb 2019 at 17:38, Andres Freund <and...@anarazel.de> wrote: > >> Why not just allocate it dynamically? Seems weird to have all these > >> MAX_ARGS, MAX_SCRIPTS ... commands. > > > For me, its a few minutes work to correct a problem and report to the > > community. > > Dynamic allocation, run-time errors is all getting too time consuming for a > > small thing. > > FWIW, I agree --- that's moving the goalposts further than seems > justified.
I'm fine with applying a patch to just adjust the constant, but I'd also appreciate somebody just being motivated by my message to remove the constants ;)