mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
fix typo.
This commit is contained in:
parent
a968e4f60e
commit
c7fe2543b8
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.24 1998/08/11 20:55:52 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.25 1998/08/11 22:39:32 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -589,7 +589,7 @@ IndexSupportInitialize(IndexStrategy indexStrategy,
|
||||
|
||||
relation = heap_openr(AccessMethodProcedureRelationName);
|
||||
|
||||
for (attributeNumer = 1; attributeNumber <= maxAttributeNumber;
|
||||
for (attributeNumber = 1; attributeNumber <= maxAttributeNumber;
|
||||
attributeNumber++)
|
||||
{
|
||||
int16 support;
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: pg_class_mb.h,v 1.3 1998/08/11 18:28:44 momjian Exp $
|
||||
* $Id: pg_class_mb.h,v 1.4 1998/08/11 22:39:33 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* ``pg_relation'' is being replaced by ``pg_class''. currently
|
||||
@ -157,6 +157,7 @@ DESCR("");
|
||||
#define RelOid_pg_trigger 1219
|
||||
|
||||
#define RELKIND_INDEX 'i' /* secondary index */
|
||||
#define RELKIND_LOBJECT 'l' /* large objects */
|
||||
#define RELKIND_RELATION 'r' /* cataloged heap */
|
||||
#define RELKIND_SPECIAL 's' /* special (non-heap) */
|
||||
#define RELKIND_SEQUENCE 'S' /* SEQUENCE relation */
|
||||
|
Loading…
x
Reference in New Issue
Block a user