Re: [HACKERS] safer node casting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] safer node casting
Дата
Msg-id 23831.1485390100@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] safer node casting  (Andres Freund <andres@anarazel.de>)
Ответы Re: [HACKERS] safer node casting  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2016-12-31 12:08:22 -0500, Peter Eisentraut wrote:
>> RestrictInfo *rinfo = castNode(RestrictInfo, lfirst(lc));

> Are you planning to add this / update this patch? Because I really would
> have liked this a number of times already...  I can update it according
> to my suggestions (to avoid multiple eval scenarios) if helpful

Yeah, I'd like that in sooner rather than later, too.  But we do need
it to be foolproof - no multiple evals.  The first draft had
inadequate-parenthesization hazards, too.
        regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Checksums by default?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Checksums by default?