Re: current is broken

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: current is broken
Date: 2000-09-13 05:44:25
Message-ID: 3.0.5.32.20000913154425.022ed910@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 |/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-09-13 06:44:42 Re: Status of new relation file naming
Previous Message Hiroshi Inoue 2000-09-13 05:31:51 RE: current is broken