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

Commitf0ec598

Browse files
committed
Fix typo
1 parent64087eb commitf0ec598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/transam/xlogprefetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ pg_stat_get_prefetch_recovery(PG_FUNCTION_ARGS)
722722
if (!(rsinfo->allowedModes&SFRM_Materialize))
723723
ereport(ERROR,
724724
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
725-
errmsg("materializemod required, but it is not allowed in this context")));
725+
errmsg("materializemode required, but it is not allowed in this context")));
726726

727727
if (get_call_result_type(fcinfo,NULL,&tupdesc)!=TYPEFUNC_COMPOSITE)
728728
elog(ERROR,"return type must be a row type");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp