Обсуждение: pgsql: FATAL errors are meant to stop ecpg immediately, e.g.

Поиск
Список
Период
Сортировка

pgsql: FATAL errors are meant to stop ecpg immediately, e.g.

От
meskes@postgresql.org (Michael Meskes)
Дата:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        type.c (r1.90 -> r1.91)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/type.c?r1=1.90&r2=1.91)