File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ static char *format_function_signature(Archive *fout,
225225static char * convertRegProcReference (Archive * fout ,
226226 const char * proc );
227227static char * convertOperatorReference (Archive * fout , const char * opr );
228- static const char * convertTSFunction (Archive * fout , Oid funcOid );
228+ static char * convertTSFunction (Archive * fout , Oid funcOid );
229229static Oid findLastBuiltinOid_V71 (Archive * fout , const char * );
230230static Oid findLastBuiltinOid_V70 (Archive * fout );
231231static void selectSourceSchema (Archive * fout , const char * schemaName );
@@ -11176,7 +11176,7 @@ convertOperatorReference(Archive *fout, const char *opr)
1117611176 * caller should ensure we are in the proper schema, because the results
1117711177 * are search path dependent!
1117811178 */
11179- static const char *
11179+ static char *
1118011180convertTSFunction (Archive * fout , Oid funcOid )
1118111181{
1118211182 char * result ;
You can’t perform that action at this time.
0 commit comments