]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Reword partitioning error message
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 30 Sep 2020 21:25:22 +0000 (18:25 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 30 Sep 2020 21:25:22 +0000 (18:25 -0300)
commit49433744ff65d8d799572cd616aecaf3074bcda5
tree20b9ff6ef05747b43218a01aa7378c8357452709
parent99fd38c02299acdc2282ac2dea8057a7a8f5f807
Reword partitioning error message

The error message about columns in the primary key not including all of
the partition key was unclear; reword it.

Backpatch all the way to pg11, where it appeared.

Reported-by: Nagaraj Raj <nagaraj.sf@yahoo.com>
Discussion: https://postgr.es/m/64062533.78364.1601415362244@mail.yahoo.com
src/backend/commands/indexcmds.c
src/test/regress/expected/indexing.out