mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Final pgindent + perltidy run for 9.6.
This commit is contained in:
@ -433,7 +433,8 @@ getNextFlagFromString(IspellDict *Conf, char **sflagset, char *sflag)
|
||||
if (Conf->flagMode == FM_LONG && maxstep > 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_CONFIG_FILE_ERROR),
|
||||
errmsg("invalid affix flag \"%s\" with \"long\" flag value", sbuf)));
|
||||
errmsg("invalid affix flag \"%s\" with \"long\" flag value",
|
||||
sbuf)));
|
||||
|
||||
*sflag = '\0';
|
||||
}
|
||||
@ -1263,8 +1264,9 @@ NIImportOOAffixes(IspellDict *Conf, const char *filename)
|
||||
else if (STRNCMP(s, "default") != 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_CONFIG_FILE_ERROR),
|
||||
errmsg("Ispell dictionary supports only \"default\", "
|
||||
"\"long\", and \"num\" flag value")));
|
||||
errmsg("Ispell dictionary supports only "
|
||||
"\"default\", \"long\", "
|
||||
"and \"num\" flag values")));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user