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

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("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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy