File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Original file line number Diff line number Diff line change @@ -1522,8 +1522,8 @@ finish_heap_swap(Oid OIDOldHeap, Oid OIDNewHeap,
1522
1522
/*
1523
1523
* Get a list of tables that the current user owns and
1524
1524
* have indisclustered set. Return the list in a List * of RelToCluster
1525
- * with the tableOid and the indexOid on which the table is already
1526
- * clustered.
1525
+ * (stored in the specified memory context), each one giving the tableOid
1526
+ * and the indexOid on which the table is already clustered.
1527
1527
*/
1528
1528
static List *
1529
1529
get_tables_to_cluster (MemoryContext cluster_context )
@@ -1539,9 +1539,7 @@ get_tables_to_cluster(MemoryContext cluster_context)
1539
1539
1540
1540
/*
1541
1541
* Get all indexes that have indisclustered set and are owned by
1542
- * appropriate user. System relations or nailed-in relations cannot ever
1543
- * have indisclustered set, because CLUSTER will refuse to set it when
1544
- * called with one of them as argument.
1542
+ * appropriate user.
1545
1543
*/
1546
1544
indRelation = table_open (IndexRelationId , AccessShareLock );
1547
1545
ScanKeyInit (& entry ,
You can’t perform that action at this time.
0 commit comments