Thread: pgsql/src/interfaces/ecpg/preproc (pgc.l)

pgsql/src/interfaces/ecpg/preproc (pgc.l)

From
Tatsuo Ishii
Date:
  Date: Tuesday, September 26, 2000 @ 01:42:15
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/ecpg/preproc
     from hub.org:/tmp/cvs-serv49491

Modified Files:
    pgc.l

-----------------------------  Log Message  -----------------------------

Fix compile error in ecpg when enable-multibyte is on.  This is due to
illegal call to pg_mbclipen() that is for backend only.  However I
have not remove the entire part of the problem, rather mark it with
#ifdef MULTIBYTE_NOTUSED since we should come back with a long range
solution someday.