Re: A qsort template

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: A qsort template
Дата
Msg-id CA+hUKG+yW+5cwOyTfyJYOWYpNwXjsvbCq=4CG83HsjRRBvz0yQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: A qsort template  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Sun, Apr 3, 2022 at 8:20 AM Justin Pryzby <pryzby@telsasoft.com> wrote:
> @@ -4126,22 +4126,23 @@ copytup_cluster(Tuplesortstate *state, SortTuple *stup, void *tup)

> +       stup->isnull1 = false;

Looks like I might have failed to grok the scheme for encoding null
into SortTuple objects.  It's clearly uninitialised in some paths,
with a special 0 value in datum1.  Will need to look more closely with
more coffee...



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: A qsort template
Следующее
От: Andres Freund
Дата:
Сообщение: Re: A qsort template