pgsql: ECPG's parser now accepts and handles variables as arguments for - Mailing list pgsql-committers

From meskes@postgresql.org (Michael Meskes)
Subject pgsql: ECPG's parser now accepts and handles variables as arguments for
Date
Msg-id 20100321115646.4EA557541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
ECPG's parser now accepts and handles variables as arguments for the FREE command.

Informix allows variables as argument to the embedded SQL command FREE. Given
that we only allow freeing cursors via FREE for compatibility reasons only we
should do the same.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/preproc:
        ecpg.addons (r1.16 -> r1.17)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.addons?r1=1.16&r2=1.17)
        ecpg.trailer (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.trailer?r1=1.22&r2=1.23)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Adjusted regression test results to the change I made in debug
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Adding special command line option that is now needed for the one