Evidently forgotten in commit
11523e860. Per buildfarm member pademelon.
*
* This handles the actual work for pg_file_write.
*/
-int64
+static int64
pg_file_write_internal(text *file, text *data, bool replace)
{
FILE *f;
*
* This handles the actual work for pg_file_rename.
*/
-bool
+static bool
pg_file_rename_internal(text *file1, text *file2, text *file3)
{
char *fn1,
return (pg_logdir_ls_internal(fcinfo));
}
-Datum
+static Datum
pg_logdir_ls_internal(FunctionCallInfo fcinfo)
{
FuncCallContext *funcctx;