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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Дата
Msg-id 16807.1047179442@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/ ...
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Следующее
От: Joe Conway
Дата:
Сообщение: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...