@@ -124,10 +124,6 @@ static void ExplainCustomChildren(CustomScanState *css,
124
124
List * ancestors , ExplainState * es );
125
125
static void ExplainProperty (const char * qlabel , const char * value ,
126
126
bool numeric , ExplainState * es );
127
- static void ExplainOpenGroup (const char * objtype , const char * labelname ,
128
- bool labeled , ExplainState * es );
129
- static void ExplainCloseGroup (const char * objtype , const char * labelname ,
130
- bool labeled , ExplainState * es );
131
127
static void ExplainDummyGroup (const char * objtype , const char * labelname ,
132
128
ExplainState * es );
133
129
static void ExplainXMLTag (const char * tagname , int flags , ExplainState * es );
@@ -3277,7 +3273,7 @@ ExplainPropertyBool(const char *qlabel, bool value, ExplainState *es)
3277
3273
* If labeled is true, the group members will be labeled properties,
3278
3274
* while if it's false, they'll be unlabeled objects.
3279
3275
*/
3280
- static void
3276
+ void
3281
3277
ExplainOpenGroup (const char * objtype , const char * labelname ,
3282
3278
bool labeled , ExplainState * es )
3283
3279
{
@@ -3340,7 +3336,7 @@ ExplainOpenGroup(const char *objtype, const char *labelname,
3340
3336
* Close a group of related objects.
3341
3337
* Parameters must match the corresponding ExplainOpenGroup call.
3342
3338
*/
3343
- static void
3339
+ void
3344
3340
ExplainCloseGroup (const char * objtype , const char * labelname ,
3345
3341
bool labeled , ExplainState * es )
3346
3342
{
0 commit comments