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 17147.1047180926@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:
> Tom Lane wrote:
>> Will you be satisfied with
>> #define tuplestore_donestoring(tupstore)  ((void) 0)
>> ?  That would provide source-level, but not link-level, compatibility.

> OK, that seems to work -- I did this:

> #if (CATALOG_VERSION_NO > 200303080)
> #define tuplestore_donestoring(tupstore)  ((void) 0)
> #endif

Actually, I meant I was willing to throw that into tuplestore.h ---
and have now done so.  So you shouldn't need the CATALOG_VERSION_NO
hack.

            regards, tom lane

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/include/utils tuplestore.h
Next
From: Joe Conway
Date:
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...