OSDN Git Service

The following small patch provides a couple of minor updates (against
authorBruce Momjian <bruce@momjian.us>
Wed, 28 Aug 2002 20:18:29 +0000 (20:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 28 Aug 2002 20:18:29 +0000 (20:18 +0000)
commitb60acaf568bec8afd72a37dc0a486e17d4c21ba3
tree1c2872108f041b947d0b50740f23007ab5900cb6
parent1923816c37037bbbf526180306c1c2d8c61bd081
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
src/backend/commands/tablecmds.c
src/test/regress/expected/strings.out
src/test/regress/sql/strings.sql