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

From Bruce Momjian
Subject Re: Minor TOAST patch (regression test and source comment)
Date
Msg-id 200208282018.g7SKIXd23236@candle.pha.pa.us
Whole thread Raw
In response to Minor TOAST patch (regression test and source comment)  (John Gray <jgray@azuli.co.uk>)
List pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


John Gray wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Brief note about dependencies during upgrade to 7.3 or
Next
From: Bruce Momjian
Date:
Subject: Re: Fix for segfault in pgmodule.c: pgquery_dictresult()