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

Commit8128ae6

Browse files
committed
Add missing paren.
1 parent27336e4 commit8128ae6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎src/backend/catalog/index.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.149 2001/05/15 03:49:34 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.150 2001/05/16 22:36:03 momjian Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -228,15 +228,13 @@ ConstructTupleDescriptor(Relation heapRelation,
228228

229229
if (!AttrNumberIsForUserDefinedAttr(atnum))
230230
{
231-
232231
/*
233232
* here we are indexing on a system attribute (-1...-n)
234233
*/
235234
from=SystemAttributeDefinition(atnum);
236235
}
237236
else
238237
{
239-
240238
/*
241239
* here we are indexing on a normal attribute (1...n)
242240
*/

‎src/interfaces/odbc/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,7 @@ SQLStatistics(
23362336
*/
23372337
set_tuplefield_int2(&row->tuple[6], (Int2)
23382338
(atoi(isclustered) ?SQL_INDEX_CLUSTERED :
2339-
(!strncmp(ishash,"hash",4)) ?SQL_INDEX_HASHED :SQL_INDEX_OTHER);
2339+
(!strncmp(ishash,"hash",4)) ?SQL_INDEX_HASHED :SQL_INDEX_OTHER));
23402340
set_tuplefield_int2(&row->tuple[7], (Int2) (i+1));
23412341

23422342
if (fields_vector[i]==OID_ATTNUM)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp