FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is

Michael Meskes <meskes@postgresql.org>

Commit: 001b1ad6a38c8039b027d70a4058d645397a0ae4
Author: Michael Meskes <meskes@postgresql.org>
Date: 2010-04-02T10:27:45Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/interfaces/ecpg/preproc/type.c modified +3 −3