Обсуждение: postgresql-7.1RC1 on Solaris

Поиск
Список
Период
Сортировка

postgresql-7.1RC1 on Solaris

От
"Philip J Spence"
Дата:

Hope the enclosed bug report is useful.

--

Philip J Spence

This is a personal email from Philip J Spence.  All opinions expressed are
my own, and not representative of Picdar Technology Ltd.


Вложения

Re: postgresql-7.1RC1 on Solaris

От
Tom Lane
Дата:
"Philip J Spence" <philip@picdar.co.uk> writes:
> [ a couple of bugs exposed on SunOS 5.8 ]

Thanks for the report.  I believe these are all fixed in current
sources.  Could you try current CVS or the latest nightly snapshot
and verify it works cleanly on SunOS 5.8?

            regards, tom lane

Re: postgresql-7.1RC1 on Solaris

От
Peter Eisentraut
Дата:
Philip J Spence writes:

> Hope the enclosed bug report is useful.

Sorry for the last mail.  I meant to say these things seem fixed in the
latest sources.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


Re: postgresql-7.1RC1 on Solaris

От
Peter Eisentraut
Дата:
Philip J Spence writes:

> Also src/bin/pg_dump/pg_backup_null.c (line 101 in RC1)
>
>     if (*te->dataDumper)
>
> is considered an error
>
> "pg_backup_null.c", line 101: controlling expressions must have scalar
> type
>
> This needs to be changed to
>
>     if (*te->dataDumper != NULL)
>
> to placate the compiler.



--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/