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

Commitf4253b0

Browse files
committed
Archive cleanups.
1 parent195f78e commitf4253b0

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

‎src/backend/catalog/index.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.27 1997/11/2118:04:16 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.28 1997/11/2119:59:28 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -1119,7 +1119,6 @@ index_create(char *heapRelationName,
11191119
* ----------------
11201120
*/
11211121
indexRelation=heap_creatr(indexRelationName,
1122-
DEFAULT_SMGR,
11231122
indexTupDesc);
11241123

11251124
/* ----------------

‎src/backend/commands/vacuum.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.51 1997/11/2118:09:54 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.52 1997/11/2119:59:34 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1422,7 +1422,6 @@ static void
14221422
vc_vacpage(Pagepage,VPageDescrvpd)
14231423
{
14241424
ItemIditemid;
1425-
HeapTuplehtup;
14261425
inti;
14271426

14281427
Assert(vpd->vpd_nusd==0);

‎src/include/nodes/parsenodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parsenodes.h,v 1.33 1997/11/21 19:12:25 momjian Exp $
9+
* $Id: parsenodes.h,v 1.34 1997/11/21 19:59:39 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -61,7 +61,7 @@ typedef struct Query
6161

6262
/* internal to planner */
6363
List*base_relation_list_;/* base relation list */
64-
List*join_relation_list_;/* list of relationsgenerated by
64+
List*join_relation_list_;/* list of relations*/
6565
}Query;
6666

6767

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp