pgsql: Synchronize error messages.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Synchronize error messages.
Date: 2017-10-12 19:18:37
Message-ID: E1e2j09-0007gc-Gm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Synchronize error messages.

Commits 6476b26115f3ef25a9cd87880e0ac5ec5f7a05f6
and 14f67a8ee282ebc0de78e773fbd597f460ab4a54 didn't use quite the
same error message for what is basically the same situation.

Amit Langote, pared back a bit by me.

Discussion: http://postgr.es/m/54dc76d0-3b5b-ba5a-27dc-fb31a3975b61@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ad4a7ed0996ee044ee7291559deddf9842d8bbf7

Modified Files
--------------
src/backend/catalog/partition.c | 4 ++--
src/test/regress/expected/alter_table.out | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-12 19:20:38 pgsql: Fix AggGetAggref() so it won't lie to aggregate final functions.
Previous Message Andres Freund 2017-10-12 18:03:34 Re: pgsql: Add configure infrastructure to detect support for C99's restric