pgsql: ECPG's parser now accepts and handles variables as arguments for

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ECPG's parser now accepts and handles variables as arguments for
Date: 2010-03-21 11:56:46
Message-ID: 20100321115646.4EA557541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-03-21 14:26:59 pgsql: Adding special command line option that is now needed for the one
Previous Message Michael Meskes 2010-03-21 11:38:16 pgsql: Adjusted regression test results to the change I made in debug