pgsql: Message style improvement - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Message style improvement
Date
Msg-id E1t9If7-000lh8-Co@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Message style improvement

Backpatch the part of edee0c621de that applies to a90bdd7a44d, which
was also backpatched.  That way, the message is consistent in all
branches.

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/57c8b87262681a9d53e691fa3d1edc5efc1574e3

Modified Files
--------------
src/backend/commands/tablecmds.c          | 2 +-
src/test/regress/expected/foreign_key.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Fix inconsistent RestrictInfo serial numbers
Next
From: Amit Langote
Date:
Subject: pgsql: Disallow partitionwise grouping when collations don't match