mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Fix typo
This commit is contained in:
@@ -2899,7 +2899,7 @@ check_new_partition_bound(char *relname, Relation parent,
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
|
||||
errmsg("every hash partition modulus must be a factor of the next larger modulus"),
|
||||
errdetail("The new modulus %d is not factor of %d, the modulus of existing partition \"%s\".",
|
||||
errdetail("The new modulus %d is not a factor of %d, the modulus of existing partition \"%s\".",
|
||||
spec->modulus, next_modulus,
|
||||
get_rel_name(partdesc->oids[boundinfo->indexes[offset + 1]]))));
|
||||
}
|
||||
|
Reference in New Issue
Block a user