Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump
Дата
Msg-id 20030108000325.732054768FB@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
D. Wright (wright@pair.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump

Long Description
While I can get PostgreSQL 7.2 to compile fine on my machine (running FreeBSD), I can not get 7.3 or 7.3.1 to compile.

I run configure with the following options (same as I used to compile 7.2):

--with-perl --enable-syslog --with-maxbackends=256 --with-libraries=/usr/lib:/usr/local/lib/:/usr/local/lib/lp

Then, when I run gmake, I get the following error:

pg_dump.c:192: elements of array `long_options' have incomplete type
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:193: `no_argument' undeclared (first use in this function)
pg_dump.c:193: (Each undeclared identifier is reported only once
pg_dump.c:193: for each function it appears in.)
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:193: warning: excess elements in struct initializer after `long_options[0]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
pg_dump.c:194: warning: excess elements in struct initializer after `long_options[1]'
...

Sample Code


No file was uploaded with this report

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [ADMIN] pgdb.py is still wrong [not just] in Postgres 7.3.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug #865: PostgreSQL 7.3 and 7.3.1 fails to compile pg_dump