Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Date: 2003-03-09 03:35:26
Message-ID: 17147.1047180926@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-03-09 19:38:52 pgsql-server/src/bin/pg_dump pg_backup_archiver.c
Previous Message Joe Conway 2003-03-09 03:34:58 Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...