Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.94.7 19707

every hash partition modulus must be a factor of the next larger modulus

[Description]

Check the rule that every modulus must be a factor of the next larger modulus. For example, if you have a bunch of partitions that all have modulus 5, you can add a new partition with modulus 10 or a new partition with modulus 15, but you cannot add both a partition with modulus 10 and a partition with modulus 15, because 10 is not a factor of 15.

[System Processing]

Processing will be aborted.

[Action]

Check the message text and confirm that the application is written correctly and the command is being used correctly.