We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0c3b3 commit 5353b1cCopy full SHA for 5353b1c
src/backend/catalog/catalog.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.81 2009/01/01 17:23:36 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.82 2009/03/25 14:11:48 petere Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -73,7 +73,7 @@ forkname_to_number(char *forkName)
73
ereport(ERROR,
74
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
75
errmsg("invalid fork name"),
76
- errhint("Valid fork names are 'main' and 'fsm'")));
+ errhint("Valid fork names are \"main\", \"fsm\", and \"vm\".")));
77
return InvalidForkNumber; /* keep compiler quiet */
78
}
79
0 commit comments