]> granicus.if.org Git - postgresql/commit
COPY: Add an assertion
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 14 Mar 2012 20:44:40 +0000 (22:44 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 14 Mar 2012 20:44:40 +0000 (22:44 +0200)
commit6f018c6dda201818251d8ead03866289b6b7e1c8
tree7aea91d98a2728b946a6ef2b82a711f268a0f497
parente684ab5e1ec900bb7b73fb6f8a655e0ec54b3720
COPY: Add an assertion

This is for tools such as Coverity that don't know that the grammar
enforces that the case of not having a relation (but instead a query)
cannot happen in the FROM case.
src/backend/commands/copy.c