pgsql: COPY: Add an assertion

Started by Peter Eisentrautover 14 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f018c6dda201818251d8ead03866289b6b7e1c8

Modified Files
--------------
src/backend/commands/copy.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)