File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.137 2001/01/24 00:06:07 tgl Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.138 2001/01/24 00:36:17 inoue Exp $
12
12
*
13
13
*
14
14
* INTERFACE ROUTINES
@@ -1539,8 +1539,7 @@ setNewRelfilenode(Relation relation)
1539
1539
((Form_pg_class ) GETSTRUCT (classTuple ))-> relfilenode = newrelfilenode ;
1540
1540
simple_heap_update (pg_class , & classTuple -> t_self , classTuple );
1541
1541
}
1542
- /* unlink old relfilenode */
1543
- DropRelationBuffers (relation );
1542
+ /* schedule unlinking old relfilenode */
1544
1543
smgrunlink (DEFAULT_SMGR , relation );
1545
1544
/* cleanup pg_internal.init if necessary */
1546
1545
if (relation -> rd_isnailed )
You can’t perform that action at this time.
0 commit comments