pgsql: Fixed copy&paste mistake that made library use uninitialized - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: Fixed copy&paste mistake that made library use uninitialized
Date
Msg-id 20090203084830.ADACB7559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed copy&paste mistake that made library use uninitialized variable.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        execute.c (r1.80 -> r1.81)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c?r1=1.80&r2=1.81)

pgsql-committers by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: protect against null array ref
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Argh, wrong line copied again.