Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ... - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Date
Msg-id 16807.1047179442@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...  (Joe Conway <mail@joeconway.com>)
Responses Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
List pgsql-committers
Joe Conway <mail@joeconway.com> writes:
> I don't really want to argue for it, but is there a way I can deduce the
> non-availability of the function without resorting to creating my own
> configure script? I was thinking about checking CATALOG_VERSION_NO, but
> I see you didn't need to roll that. In any case, would it work to do
> something like:

Will you be satisfied with
    #define tuplestore_donestoring(tupstore)  ((void) 0)
?  That would provide source-level, but not link-level, compatibility.

            regards, tom lane

pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Next
From: Joe Conway
Date:
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...