Re: what is suffix _P in gram.y

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: what is suffix _P in gram.y
Дата
Msg-id 20080127202724.GA27205@svana.org
обсуждение исходный текст
Ответ на what is suffix _P in gram.y  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Sun, Jan 27, 2008 at 09:10:31PM +0100, Pavel Stehule wrote:
> Hello,
>
> is it means " some PostgreSQL specific"?

Not really. The main thing is that many symbols in gram.y eventually
get turned into a #define and if the symbol is a normal looking word
that may be used in another context it's common to suffix it with a _P
(the P stands for something but I forget what. Predicate?). That way
you don't run into unexpected surprises when it compiles with other
headers...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
>  -- John F Kennedy

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

Предыдущее
От: "Guillaume Smet"
Дата:
Сообщение: Re: CLUSTER and synchronized scans and pg_dump et al
Следующее
От: Tom Lane
Дата:
Сообщение: Re: what is suffix _P in gram.y