pgsql/src/interfaces/ecpg/preproc (pgc.l) - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql/src/interfaces/ecpg/preproc (pgc.l)
Date
Msg-id 200009260542.e8Q5gFB50001@hub.org
Whole thread Raw
List pgsql-committers
  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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql/src/backend/utils/adt (ri_triggers.c)
Next
From: Michael Meskes
Date:
Subject: pgsql/src/interfaces/ecpg (ChangeLog TODO)