Re: more multibyte/After TGL... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: more multibyte/After TGL...
Date
Msg-id 22876.972602636@sss.pgh.pa.us
Whole thread Raw
In response to more multibyte/After TGL...  (Larry Rosenman <ler@lerctr.org>)
Responses Re: more multibyte/After TGL...  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Larry Rosenman <ler@lerctr.org> writes:
> Saw Tom's commits, now it breaks here:
> cc -c -I/usr/local/include -I../../../src/include -DFRONTEND -I. -DSYSCONFDIR='"/home/ler/pg-test/etc/postgresql"' -O
-Kinline -K PIC -o fe-connect.o fe-connect.c
 
> UX:acomp: ERROR: "../../../src/include/mb/pg_wchar.h", line 10: syntax error in macro parameters

This one is Tatsuo's fault: he's recently started relying on a gcc-ism:

#ifdef FRONTEND
#define elog(X...)
#endif

which will not do.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Summary: what to do about INET/CIDR
Next
From: "Kevin O'Gorman"
Date:
Subject: Re: [GENERAL] A rare error