Minor TOAST patch (regression test and source comment)

Поиск
Список
Период
Сортировка
От John Gray
Тема Minor TOAST patch (regression test and source comment)
Дата
Msg-id 1030030297.1530.16.camel@adzuki
обсуждение исходный текст
Ответы Re: Minor TOAST patch (regression test and source comment)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Minor TOAST patch (regression test and source comment)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Hi all,

The following small patch provides a couple of minor updates (against
CVS HEAD):

Amended "strings" regression test. TOAST tests now insert two values
with storage set to "external", to exercise properly the TOAST slice
routines which fetch only a subset of the chunks.

Changed now-misleading comment on AlterTableCreateToastTable in
tablecmds.c, because both columns of the index on a toast table are now
used.

Regards

John
--
John Gray
Azuli IT
www.azuli.co.uk


Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching
Следующее
От: "J. R. Nield"
Дата:
Сообщение: Fix for segfault in pgmodule.c: pgquery_dictresult()