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

From: Tatsuo Ishii <ishii>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/ecpg/preproc (pgc.l)
Date: 2000-09-26 05:42:15
Message-ID: 200009260542.e8Q5gFB50001@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2000-09-26 11:41:43 pgsql/src/interfaces/ecpg (ChangeLog TODO)
Previous Message Tom Lane 2000-09-26 05:05:20 Re: pgsql/src/backend/utils/adt (ri_triggers.c)