pgsql: Also synced the ecpg lexer with the backend lexer.

From: meskes(at)svr1(dot)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Also synced the ecpg lexer with the backend lexer.
Date: 2005-10-05 14:58:38
Message-ID: 20051005145838.BFBE2DA16E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Also synced the ecpg lexer with the backend lexer.

Modified Files:
--------------
pgsql/src/interfaces/ecpg:
ChangeLog (r1.293 -> r1.294)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.293&r2=1.294)
pgsql/src/interfaces/ecpg/preproc:
pgc.l (r1.136 -> r1.137)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/pgc.l.diff?r1=1.136&r2=1.137)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-05 17:11:46 pgsql: Add -Winline to the default CFLAGS for gcc, and remove
Previous Message Bruce Momjian 2005-10-05 12:16:28 pgsql: Fix pgxs for spaces in file names on Win32 Dave Page