We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64087eb commit f0ec598Copy full SHA for f0ec598
src/backend/access/transam/xlogprefetch.c
@@ -722,7 +722,7 @@ pg_stat_get_prefetch_recovery(PG_FUNCTION_ARGS)
722
if (!(rsinfo->allowedModes & SFRM_Materialize))
723
ereport(ERROR,
724
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
725
- errmsg("materialize mod required, but it is not allowed in this context")));
+ errmsg("materialize mode required, but it is not allowed in this context")));
726
727
if (get_call_result_type(fcinfo, NULL, &tupdesc) != TYPEFUNC_COMPOSITE)
728
elog(ERROR, "return type must be a row type");
0 commit comments