OSDN Git Service

Patch from Andreas: when CREATE TABLE is followed by CREATE INDEX
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 May 1999 22:57:39 +0000 (22:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 May 1999 22:57:39 +0000 (22:57 +0000)
commit7c8beefd5eaca39a6950a9523cf886950177cbef
treedf4520ce4323e487540252ddb985a77103e99139
parent8eb18d874edf4cf2c693f33271d38ff58a2f0631
Patch from Andreas: when CREATE TABLE is followed by CREATE INDEX
before any tuples are loaded, preserve the default '1000 tuples' table
size estimate.
src/backend/catalog/heap.c
src/backend/catalog/index.c