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

Commitdeb7ded

Browse files
committed
Tweak new error message to conform to style guidelines.
1 parentf7807f1 commitdeb7ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tsearch/wparser.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/tsearch/wparser.c,v 1.7 2008/01/1517:16:01 teodor Exp $
10+
* $PostgreSQL: pgsql/src/backend/tsearch/wparser.c,v 1.8 2008/01/1518:22:47 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -309,10 +309,10 @@ ts_headline_byid_opt(PG_FUNCTION_ARGS)
309309
cfg=lookup_ts_config_cache(PG_GETARG_OID(0));
310310
prsobj=lookup_ts_parser_cache(cfg->prsId);
311311

312-
if (!OidIsValid(prsobj->headlineOid ))
312+
if (!OidIsValid(prsobj->headlineOid))
313313
ereport(ERROR,
314314
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
315-
errmsg("Textparserdoesn't support headline creation")));
315+
errmsg("text searchparserdoes not support headline creation")));
316316

317317
memset(&prs,0,sizeof(HeadlineParsedText));
318318
prs.lenwords=32;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp