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

Commitfaade5d

Browse files
committed
Update obsolete comment.
Noted by Justin Pryzby, though I chose to just rip out the stale text,as it's in no way relevant to this particular function.Discussion:https://postgr.es/m/20200212182337.GZ1412@telsasoft.com
1 parent9d1ec5a commitfaade5d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎src/backend/commands/cluster.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,8 +1522,8 @@ finish_heap_swap(Oid OIDOldHeap, Oid OIDNewHeap,
15221522
/*
15231523
* Get a list of tables that the current user owns and
15241524
* have indisclustered set. Return the list in a List * of RelToCluster
1525-
*withthetableOid and the indexOid on which thetable is already
1526-
* clustered.
1525+
*(stored inthespecified memory context), each one giving thetableOid
1526+
*and the indexOid on which the table is alreadyclustered.
15271527
*/
15281528
staticList*
15291529
get_tables_to_cluster(MemoryContextcluster_context)
@@ -1539,9 +1539,7 @@ get_tables_to_cluster(MemoryContext cluster_context)
15391539

15401540
/*
15411541
* 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.
15451543
*/
15461544
indRelation=table_open(IndexRelationId,AccessShareLock);
15471545
ScanKeyInit(&entry,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp