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-27 20:39:28
Message-ID: 200208272039.g7RKdSx13588@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

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-27 20:39:55 Re: Fix for segfault in pgmodule.c: pgquery_dictresult()
Previous Message Bruce Momjian 2002-08-27 20:35:27 Re: rules regression test fix