Minor TOAST patch (regression test and source comment) - Mailing list pgsql-patches

From John Gray
Subject Minor TOAST patch (regression test and source comment)
Date
Msg-id 1030030297.1530.16.camel@adzuki
Whole thread Raw
Responses 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>)
List 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


Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching
Next
From: "J. R. Nield"
Date:
Subject: Fix for segfault in pgmodule.c: pgquery_dictresult()