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

Commit228c1e7

Browse files
committed
Suppress compiler warnings.
1 parent457f0b8 commit228c1e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/catalog/index.c

Lines changed: 3 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/catalog/index.c,v 1.131 2000/12/08 06:17:57 inoue Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.132 2000/12/09 20:31:43 tgl Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -21,6 +21,7 @@
2121
*/
2222
#include"postgres.h"
2323

24+
#include<unistd.h>
2425

2526
#include"access/genam.h"
2627
#include"access/heapam.h"
@@ -1513,7 +1514,7 @@ setNewRelfilenode(Relation relation)
15131514
Oidnewrelfilenode;
15141515
boolin_place_update= false;
15151516
HeapTupleDatalockTupleData;
1516-
HeapTupleclassTuple;
1517+
HeapTupleclassTuple=NULL;
15171518
Bufferbuffer;
15181519
RelationDataworkrel;
15191520

‎src/backend/utils/cache/relcache.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.119 2000/12/08 06:17:56 inoue Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.120 2000/12/09 20:32:44 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -253,7 +253,6 @@ static void RelationClearRelation(Relation relation, bool rebuildIt);
253253
#ifdefENABLE_REINDEX_NAILED_RELATIONS
254254
staticvoidRelationReloadClassinfo(Relationrelation);
255255
#endif/* ENABLE_REINDEX_NAILED_RELATIONS */
256-
staticvoidRelationResetRelation(Relationrelation,boolrebuildIt);
257256
staticvoidRelationFlushRelation(Relation*relationPtr,
258257
intskipLocalRelations);
259258
staticRelationRelationNameCacheGetRelation(constchar*relationName);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp