Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0ec598

Browse files
committed
Fix typo
1 parent 64087eb commit f0ec598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlogprefetch.c

+1-1
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("materialize mod required, but it is not allowed in this context")));
725+
errmsg("materialize mode 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)