Re: failed to compile a C++ SPI function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: failed to compile a C++ SPI function
Дата
Msg-id 19799.970977432@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: failed to compile a C++ SPI function  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: failed to compile a C++ SPI function
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am willing to change it to typname.  Any comments?

That's hardly the only change you will have to make to get the headers
to pass through a C++ compiler without complaint.  How many existing
applications do you want to risk breaking?

ParamNo probably isn't a widely used node type, but there are four
structs with fields named 'typename' and one with a field named 'class'
just in parsenodes.h.

I think that before we start making changes with C++ cleanness as a
goal, we should try to get a precise idea of the extent of the changes
that would be needed, and then estimate how much user code might
reference the fields we'd need to rename.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Re: [ANNOUNCE] Announce: Release of PyGreSQL version 3.0
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [ANNOUNCE] Announce: Release of PyGreSQL version 3.0