]> granicus.if.org Git - postgresql/commitdiff
Cleanup
authorBruce Momjian <bruce@momjian.us>
Wed, 16 Jun 1999 11:01:17 +0000 (11:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 Jun 1999 11:01:17 +0000 (11:01 +0000)
src/backend/catalog/heap.c
src/backend/catalog/index.c

index 349559cab6d36d62c5a0ae247e0c9502449df64e..2f3f6b4ad8b633b479bc4aea59ba7adc7af72868 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.87 1999/06/04 02:19:46 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.88 1999/06/16 11:01:17 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
@@ -811,9 +811,7 @@ heap_create_with_catalog(char *relname,
                Oid                     relid = RelnameFindRelid(relname);
 
                if (relid != InvalidOid)
-               {
                        RelationForgetRelation(relid);
-               }
        }
 
        /* save user relation name because heap_create changes it */
index 22592e98bd1f38b3f023da9bb8918f6de14c5384..37af4a4592ef1b34cec992eed7220fe211be5e0e 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.77 1999/06/04 02:19:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.78 1999/06/16 11:01:17 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
@@ -990,9 +990,7 @@ index_create(char *heapRelationName,
                Oid                     relid = RelnameFindRelid(indexRelationName);
 
                if (relid != InvalidOid)
-               {
                        RelationForgetRelation(relid);
-               }
        }
 
        /* save user relation name because heap_create changes it */