Re: Minor TOAST patch (regression test and source comment)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: John Gray <jgray(at)azuli(dot)co(dot)uk>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Minor TOAST patch (regression test and source comment)
Date: 2002-08-28 20:18:33
Message-ID: 200208282018.g7SKIXd23236@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-08-28 20:19:03 Re: Fix for segfault in pgmodule.c: pgquery_dictresult()
Previous Message Bruce Momjian 2002-08-28 20:17:43 Re: Brief note about dependencies during upgrade to 7.3 or