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

Commit7931622

Browse files
committed
Fix name of argument to pg_stat_file.
It's called "missing_ok" in the docs and in the C code.I refrained from doing a catversion bump for this, because the name of aninput argument is just documentation, it has no effect on any callers.Michael Paquier
1 parent5b1b6bf commit7931622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3183,7 +3183,7 @@ DESCR("rotate log file");
31833183

31843184
DATA(insert OID = 2623 ( pg_stat_filePGNSP PGUID 12 1 0 0 0 f f f f t f v 1 0 2249 "25" "{25,20,1184,1184,1184,1184,16}" "{i,o,o,o,o,o,o}" "{filename,size,access,modification,change,creation,isdir}" _null_ _null_ pg_stat_file_1arg _null_ _null_ _null_ ));
31853185
DESCR("get information about file");
3186-
DATA(insert OID = 3307 ( pg_stat_filePGNSP PGUID 12 1 0 0 0 f f f f t f v 2 0 2249 "25 16" "{25,16,20,1184,1184,1184,1184,16}" "{i,i,o,o,o,o,o,o}" "{filename,if_not_exists,size,access,modification,change,creation,isdir}" _null_ _null_ pg_stat_file _null_ _null_ _null_ ));
3186+
DATA(insert OID = 3307 ( pg_stat_filePGNSP PGUID 12 1 0 0 0 f f f f t f v 2 0 2249 "25 16" "{25,16,20,1184,1184,1184,1184,16}" "{i,i,o,o,o,o,o,o}" "{filename,missing_ok,size,access,modification,change,creation,isdir}" _null_ _null_ pg_stat_file _null_ _null_ _null_ ));
31873187
DESCR("get information about file");
31883188
DATA(insert OID = 2624 ( pg_read_filePGNSP PGUID 12 1 0 0 0 f f f f t f v 3 0 25 "25 20 20" _null_ _null_ _null_ _null_ _null_ pg_read_file_off_len _null_ _null_ _null_ ));
31893189
DESCR("read text from a file");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp