OSDN Git Service

Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom
authorVadim B. Mikheev <vadim4o@yahoo.com>
Sat, 14 Dec 1996 04:58:20 +0000 (04:58 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Sat, 14 Dec 1996 04:58:20 +0000 (04:58 +0000)
commitb555822fed0fb9321d34e3c0215db99a22f813f0
tree5fda7bf76ecf4c080f7867a945f67c8754b5b6b2
parent255363f859283f6a198dd2c9a4ddfa7aa0548902
Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom
is eliminated (now I can copy 2000000-table from file without memmory
exhausting).
src/backend/commands/copy.c