]> granicus.if.org Git - postgresql/commit
Reverse-convert row types in ExecWithCheckOptions.
authorRobert Haas <rhaas@postgresql.org>
Tue, 18 Jul 2017 01:56:31 +0000 (21:56 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 18 Jul 2017 01:56:31 +0000 (21:56 -0400)
commitc85ec643ff2586e2d144374f51f93bfa215088a2
tree09f1bf11172c32055a4c6af76363f2a3d99b38c5
parentf81a91db4d1c2032632aa5df9fc14be24f5fe5ec
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
src/backend/executor/execMain.c
src/test/regress/expected/updatable_views.out