Re: ?Missing '#define FUNC_MAX_ARGS' in pg_config.h.win32? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: ?Missing '#define FUNC_MAX_ARGS' in pg_config.h.win32?
Date
Msg-id Pine.LNX.4.30.0204232109000.688-100000@peter.localdomain
Whole thread Raw
In response to Re: ?Missing '#define FUNC_MAX_ARGS' in pg_config.h.win32?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian writes:

> Peter Eisentraut wrote:
> > Bruce Momjian writes:
> >
> > > Based on this report, I am adding a FUNC_MAX_ARGS define to
> > > src/include/pg_config.h.win32.  Certainly if we have INDEX_MAX_KEYS in
> > > there, we should have FUNC_MAX_ARGS too.
> >
> > We probably shouldn't have either one in there.
>
> I thought so too, but the reporter complained something didn't compile
> without it.  What should we do?

I'm working right now on removing traces of FUNC_MAX_ARGS, INDEX_MAX_KEYS,
and NAMEDATALEN from frontend code (pg_dump and psql).  When I'm done I
will remove the definition from pg_config.h.win32.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ?Missing '#define FUNC_MAX_ARGS' in pg_config.h.win32?
Next
From: Bruce Momjian
Date:
Subject: Re: Patch for xlog.c