Walker/mutator prototype.

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Walker/mutator prototype.
Дата
Msg-id 20031212234258.GA8411@ping.be
обсуждение исходный текст
Ответы Re: Walker/mutator prototype.  (Greg Stark <gsstark@mit.edu>)
Re: Walker/mutator prototype.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I'm trying to change all the walkers and mutators to have a more
strict prototype.  I had to do this with lots of casts.

I don't really like the idea of having all those generic pointer
types (Node * and void *), but currently see no better way to deal
with it.

I attached the patch.


Kurt


Вложения

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: ORDER BY and DISTINCT ON
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: WITH clause