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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Дата
Msg-id 17147.1047180926@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...  (Joe Conway <mail@joeconway.com>)
Ответы Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...  (Joe Conway <mail@joeconway.com>)
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/include/utils tuplestore.h
Следующее
От: Joe Conway
Дата:
Сообщение: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...