diff options
Diffstat (limited to 'src/include/commands')
| -rw-r--r-- | src/include/commands/cluster.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index b338cb10988..f37a60c1c14 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -19,8 +19,7 @@ extern void cluster(ClusterStmt *stmt, bool isTopLevel); -extern void cluster_rel(Oid tableOid, Oid indexOid, bool recheck, - bool verbose); +extern void cluster_rel(Oid tableOid, Oid indexOid, int options); extern void check_index_is_clusterable(Relation OldHeap, Oid indexOid, bool recheck, LOCKMODE lockmode); extern void mark_index_clustered(Relation rel, Oid indexOid, bool is_internal); |
