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

Commitad34847

Browse files
committed
Cleanup
1 parent275a1d0 commitad34847

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

‎src/backend/catalog/heap.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.87 1999/06/04 02:19:46 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.88 1999/06/16 11:01:17 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -811,9 +811,7 @@ heap_create_with_catalog(char *relname,
811811
Oidrelid=RelnameFindRelid(relname);
812812

813813
if (relid!=InvalidOid)
814-
{
815814
RelationForgetRelation(relid);
816-
}
817815
}
818816

819817
/* save user relation name because heap_create changes it */

‎src/backend/catalog/index.c

Lines changed: 1 addition & 3 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.77 1999/06/04 02:19:47 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.78 1999/06/16 11:01:17 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -990,9 +990,7 @@ index_create(char *heapRelationName,
990990
Oidrelid=RelnameFindRelid(indexRelationName);
991991

992992
if (relid!=InvalidOid)
993-
{
994993
RelationForgetRelation(relid);
995-
}
996994
}
997995

998996
/* save user relation name because heap_create changes it */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp