pgsql: Reverse-convert row types in ExecWithCheckOptions.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reverse-convert row types in ExecWithCheckOptions.
Date: 2017-07-18 02:03:20
Message-ID: E1dXHr6-00055b-N5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reverse-convert row types in ExecWithCheckOptions.

Just as we already do in ExecConstraints, and for the same reason:
to improve the quality of error messages.

Etsuro Fujita, reviewed by Amit Langote

Discussion: http://postgr.es/m/56e0baa8-e458-2bbb-7936-367f7d832e43@lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
src/backend/executor/execMain.c | 19 +++++++++++++++++++
src/test/regress/expected/updatable_views.out | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-07-18 02:22:01 Re: pgsql: Improve legibility of numeric literal
Previous Message Robert Haas 2017-07-18 01:52:28 pgsql: Use a real RT index when setting up partition tuple routing.