]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Tom Lane wrote:
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Aug 2002 16:36:08 +0000 (16:36 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Aug 2002 16:36:08 +0000 (16:36 +0000)
commitb1a5f8720987fbfda23c6bfb4a0dd683b9bdae70
tree9212ba16b7941ad741708dd0999beaf3e6948232
parent38294db64bce9e78e6a1fc55fb6746074de59d2b
Tom Lane wrote:
> There's no longer a separate call to heap_storage_create in that routine
> --- the right place to make the test is now in the storage_create
> boolean parameter being passed to heap_create.  A simple change, but
> it passeth patch's understanding ...

Thanks.

Attached is a patch against cvs tip as of 8:30 PM PST or so. Turned out
that even after fixing the failed hunks, there was a new spot in
bufmgr.c which needed to be fixed (related to temp relations;
RelationUpdateNumberOfBlocks). But thankfully the regression test code
caught it :-)

Joe Conway
27 files changed:
doc/src/sgml/ref/create_type.sgml
src/backend/catalog/heap.c
src/backend/catalog/namespace.c
src/backend/catalog/pg_type.c
src/backend/commands/copy.c
src/backend/commands/tablecmds.c
src/backend/commands/typecmds.c
src/backend/executor/execMain.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/backend/storage/buffer/bufmgr.c
src/backend/storage/smgr/smgr.c
src/backend/tcop/postgres.c
src/backend/tcop/utility.c
src/backend/utils/adt/tid.c
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/psql/describe.c
src/include/catalog/pg_class.h
src/include/commands/defrem.h
src/include/nodes/nodes.h
src/include/nodes/parsenodes.h
src/pl/plpgsql/src/pl_comp.c
src/test/regress/expected/create_type.out
src/test/regress/sql/create_type.sql