Re: current is broken

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: current is broken
Дата
Msg-id 3.0.5.32.20000913154425.022ed910@mail.rhyme.com.au
обсуждение исходный текст
Ответ на current is broken  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: current is broken
Список 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 по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: current is broken
Следующее
От: Tom Lane
Дата:
Сообщение: Re: current is broken