pgsql: Improve INSERT .. ON CONFLICT error message. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Improve INSERT .. ON CONFLICT error message.
Date
Msg-id E1Zm5ME-0007h9-Un@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve INSERT .. ON CONFLICT error message.

Peter Geoghegan, reviewed by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b8dd19af50950d4933da7ad60f93388e9d0eb851

Modified Files
--------------
src/backend/executor/execIndexing.c        |    4 ++--
src/test/regress/output/constraints.source |    2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Improve INSERT .. ON CONFLICT error message.
Next
From: Robert Haas
Date:
Subject: pgsql: Have dtrace depend on object files directly, not objfiles.txt