Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2fa55f2

Browse files
committed
Add missing "static" markers.
Evidently forgotten in commit11523e8. Per buildfarm member pademelon.
1 parentb47a86f commit2fa55f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/adminpack/adminpack.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
staticint64
181181
pg_file_write_internal(text*file,text*data,boolreplace)
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+
staticbool
290290
pg_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+
staticDatum
484484
pg_logdir_ls_internal(FunctionCallInfofcinfo)
485485
{
486486
FuncCallContext*funcctx;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp