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

Appearance settings

Commit f0ec598

Browse filesBrowse files
committed
Fix typo
1 parent 64087eb commit f0ec598
Copy full SHA for f0ec598

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/backend/access/transam/xlogprefetch.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.