From b32685a999a3d60dbf1f5443ceb2d39d7464d1df Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 5 Oct 2000 19:48:34 +0000 Subject: Add proofreader's changes to docs. Fix misspelling of disbursion to dispersion. --- src/backend/commands/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/commands/command.c') diff --git a/src/backend/commands/command.c b/src/backend/commands/command.c index f072c719759..36f77f1bd6c 100644 --- a/src/backend/commands/command.c +++ b/src/backend/commands/command.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.104 2000/09/29 18:21:26 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.105 2000/10/05 19:48:22 momjian Exp $ * * NOTES * The PerformAddAttribute() code, like most of the relation @@ -459,7 +459,7 @@ AlterTableAddColumn(const char *relationName, namestrcpy(&(attribute->attname), colDef->colname); attribute->atttypid = typeTuple->t_data->t_oid; attribute->attlen = tform->typlen; - attribute->attdisbursion = 0; + attribute->attdispersion = 0; attribute->attcacheoff = -1; attribute->atttypmod = colDef->typename->typmod; attribute->attnum = i; -- cgit v1.2.3