Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7fe254

Browse files
committed
fix typo.
1 parenta968e4f commitc7fe254

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/backend/access/index/istrat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.24 1998/08/1120:55:52 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.25 1998/08/1122:39:32 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -589,7 +589,7 @@ IndexSupportInitialize(IndexStrategy indexStrategy,
589589

590590
relation=heap_openr(AccessMethodProcedureRelationName);
591591

592-
for (attributeNumer=1;attributeNumber <=maxAttributeNumber;
592+
for (attributeNumber=1;attributeNumber <=maxAttributeNumber;
593593
attributeNumber++)
594594
{
595595
int16support;

‎src/include/catalog/pg_class_mb.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_class_mb.h,v 1.3 1998/08/1118:28:44 momjian Exp $
10+
* $Id: pg_class_mb.h,v 1.4 1998/08/1122:39:33 momjian Exp $
1111
*
1212
* NOTES
1313
* ``pg_relation'' is being replaced by ``pg_class''. currently
@@ -157,6 +157,7 @@ DESCR("");
157157
#defineRelOid_pg_trigger1219
158158

159159
#defineRELKIND_INDEX 'i'/* secondary index */
160+
#defineRELKIND_LOBJECT 'l'/* large objects */
160161
#defineRELKIND_RELATION 'r'/* cataloged heap */
161162
#defineRELKIND_SPECIAL 's'/* special (non-heap) */
162163
#defineRELKIND_SEQUENCE 'S'/* SEQUENCE relation */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp