Re: [HACKERS] min() and max() causing aborts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] min() and max() causing aborts
Дата
Msg-id 8817.922043702@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] min() and max() causing aborts  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> I am attaching the patch I BACKED HOW, so the user can see if it is in
> their tree.  It should not be ther.

I see the problem with that patch: it's assuming that the old value is
necessarily a pointer to something.  For pass-by-value types (eg int4),
it ain't.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] discussion on proposed int8_ops patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] aggregation memory leak and fix