Joe Conway <mail(at)joeconway(dot)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
In response to
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2003-03-09 19:38:52 |
| Subject: pgsql-server/src/bin/pg_dump pg_backup_archiver.c |
| Previous: | From: Joe Conway | Date: 2003-03-09 03:34:58 |
| Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ... |