OSDN Git Service

FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is
authorMichael Meskes <meskes@postgresql.org>
Fri, 2 Apr 2010 10:27:45 +0000 (10:27 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 2 Apr 2010 10:27:45 +0000 (10:27 +0000)
commit001b1ad6a38c8039b027d70a4058d645397a0ae4
treeb48c6db5171c18cc62d0cb2f47547fc86401ee96
parent93001dfd18241e11d4f1e188a813c247b143c2e4
FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is
corrupted. This error, however, does is not a compilation problem but a runtime
one, so we can keep compiling but still have to declare ERROR.
src/interfaces/ecpg/preproc/type.c