aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/command.c
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1997-08-21 01:32:19 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1997-08-21 01:32:19 +0000
commite4247023f10dff4b50c762a7cf3597602bb7cd89 (patch)
treefe9ffc05b43dbe900b91bb4b85eed66cda58fff1 /src/backend/commands/command.c
parent63fbdd358fa600cba80b03e4c407859ecccdbfda (diff)
downloadpostgresql-e4247023f10dff4b50c762a7cf3597602bb7cd89.tar.gz
postgresql-e4247023f10dff4b50c762a7cf3597602bb7cd89.zip
Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound
from pg_attribute. atthasdef added.
Diffstat (limited to 'src/backend/commands/command.c')
-rw-r--r--src/backend/commands/command.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/backend/commands/command.c b/src/backend/commands/command.c
index 6cbe9bda767..f207ffb07fc 100644
--- a/src/backend/commands/command.c
+++ b/src/backend/commands/command.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.10 1997/08/19 04:43:27 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.11 1997/08/21 01:32:19 vadim Exp $
*
* NOTES
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -382,12 +382,7 @@ PerformAddAttribute(char *relationName,
(Datum) NULL);
attributeD.attrelid = reltup->t_oid;
- attributeD.attdefrel = InvalidOid; /* XXX temporary */
attributeD.attnvals = 0; /* XXX temporary */
- attributeD.atttyparg = InvalidOid; /* XXX temporary */
- attributeD.attbound = 0; /* XXX temporary */
- attributeD.attcanindex = 0; /* XXX need this info */
- attributeD.attproc = InvalidOid; /* XXX tempoirary */
attributeD.attcacheoff = -1;
attributeTuple = heap_addheader(Natts_pg_attribute,