The following small patch provides a couple of minor updates (against

Bruce Momjian <bruce@momjian.us>

Commit: b60acaf568bec8afd72a37dc0a486e17d4c21ba3
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-28T20:18:29Z
Releases: 7.3.1
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.

John Gray

Files