Re: current is broken - Mailing list pgsql-hackers

From Philip Warner
Subject Re: current is broken
Date
Msg-id 3.0.5.32.20000913154425.022ed910@mail.rhyme.com.au
Whole thread Raw
In response to current is broken  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: current is broken
List pgsql-hackers
At 13:07 13/09/00 +0900, Tatsuo Ishii wrote:
>It seems current source is broken if MB is enabled.
>
>gcc -c  -I../../../src/interfaces/libpq -I../../../src/include
-I../../../src/interfaces/libpq -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations pg_dump.c -o pg_dump.o
>pg_dump.c: In function `isViewRule':
>pg_dump.c:267: parse error before `int'
>pg_dump.c:268: `len' undeclared (first use in this function)
>pg_dump.c:268: (Each undeclared identifier is reported only once
>pg_dump.c:268: for each function it appears in.)
>pg_dump.c:268: warning: implicit declaration of function `pg_mbcliplen'
>make[3]: *** [pg_dump.o] Error 1
>

I haven't looked at the code yet, but isViewRule is going to change to use
the new reltype for views. Maybe this will side-step the problem?


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: current is broken
Next
From: Tom Lane
Date:
Subject: Re: current is broken