File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ pg_file_write_v1_1(PG_FUNCTION_ARGS)
177177 *
178178 * This handles the actual work for pg_file_write.
179179 */
180- int64
180+ static int64
181181pg_file_write_internal (text * file , text * data , bool replace )
182182{
183183 FILE * f ;
@@ -286,7 +286,7 @@ pg_file_rename_v1_1(PG_FUNCTION_ARGS)
286286 *
287287 * This handles the actual work for pg_file_rename.
288288 */
289- bool
289+ static bool
290290pg_file_rename_internal (text * file1 , text * file2 , text * file3 )
291291{
292292 char * fn1 ,
@@ -480,7 +480,7 @@ pg_logdir_ls_v1_1(PG_FUNCTION_ARGS)
480480 return (pg_logdir_ls_internal (fcinfo ));
481481}
482482
483- Datum
483+ static Datum
484484pg_logdir_ls_internal (FunctionCallInfo fcinfo )
485485{
486486 FuncCallContext * funcctx ;
You can’t perform that action at this time.
0 commit comments