Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5353b1c

Browse files
committed
Complete list of valid fork names, and use double quotes.
1 parentde0c3b3 commit5353b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/catalog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.81 2009/01/01 17:23:36 momjian Exp $
13+
* $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.82 2009/03/25 14:11:48 petere Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -73,7 +73,7 @@ forkname_to_number(char *forkName)
7373
ereport(ERROR,
7474
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
7575
errmsg("invalid fork name"),
76-
errhint("Valid fork names are'main'and'fsm'")));
76+
errhint("Valid fork names are\"main\", \"fsm\",and\"vm\".")));
7777
returnInvalidForkNumber;/* keep compiler quiet */
7878
}
7979

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp