File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6868
6969
7070/* non-export function prototypes */
71+ static bool CompareOpclassOptions (Datum * opts1 , Datum * opts2 , int natts );
7172static void CheckPredicate (Expr * predicate );
7273static void ComputeIndexAttrs (IndexInfo * indexInfo ,
7374 Oid * typeOidP ,
@@ -87,13 +88,11 @@ static char *ChooseIndexNameAddition(List *colnames);
8788static List * ChooseIndexColumnNames (List * indexElems );
8889static void RangeVarCallbackForReindexIndex (const RangeVar * relation ,
8990 Oid relId , Oid oldRelId , void * arg );
90- static bool ReindexRelationConcurrently (Oid relationOid , int options );
91-
91+ static void reindex_error_callback (void * args );
9292static void ReindexPartitions (Oid relid , int options , bool isTopLevel );
9393static void ReindexMultipleInternal (List * relids , int options );
94- static void reindex_error_callback ( void * args );
94+ static bool ReindexRelationConcurrently ( Oid relationOid , int options );
9595static void update_relispartition (Oid relationId , bool newval );
96- static bool CompareOpclassOptions (Datum * opts1 , Datum * opts2 , int natts );
9796
9897/*
9998 * callback argument type for RangeVarCallbackForReindexIndex()
You can’t perform that action at this time.
0 commit comments