Thread: pgsql: Check for non-existant connection in prepare statement handling.

pgsql: Check for non-existant connection in prepare statement handling.

From
meskes@postgresql.org (Michael Meskes)
Date:
Log Message:
-----------
Check for non-existant connection in prepare statement handling.
Do not close files that weren't opened.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.380 -> r1.381)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.380&r2=1.381)
    pgsql/src/interfaces/ecpg/ecpglib:
        prepare.c (r1.26 -> r1.27)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/prepare.c?r1=1.26&r2=1.27)
    pgsql/src/interfaces/ecpg/preproc:
        preproc.y (r1.363 -> r1.364)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y?r1=1.363&r2=1.364)