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

Started by Tatsuo Ishii <>almost 26 years ago1 messagescomitters
Jump to latest
#1Tatsuo Ishii <>
tatsuo_ishii___@unknown.user

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.