[COMMITTERS] pgsql: Synchronize error messages. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Synchronize error messages.
Date
Msg-id E1e2j09-0007gc-Gm@gemulon.postgresql.org
Whole thread Raw
List 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(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add configure infrastructure to detectsupport for C99's restric
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix AggGetAggref() so it won't lie to aggregate finalfunctions.