Minor TOAST patch (regression test and source comment)

From: John Gray <jgray(at)azuli(dot)co(dot)uk>
To: pgsql-patches(at)postgresql(dot)org
Subject: Minor TOAST patch (regression test and source comment)
Date: 2002-08-22 15:31:34
Message-ID: 1030030297.1530.16.camel@adzuki
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
toast-minor-patch text/plain 7.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message J. R. Nield 2002-08-22 19:10:05 Fix for segfault in pgmodule.c: pgquery_dictresult()
Previous Message Bruce Momjian 2002-08-22 04:56:53 Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching