Обсуждение: [COMMITTERS] pgsql: Reverse-convert row types in ExecWithCheckOptions.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Reverse-convert row types in ExecWithCheckOptions.

От
Robert Haas
Дата:
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(-)