Обсуждение: 7.3.3 configure should check for curses before readline

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

7.3.3 configure should check for curses before readline

От
Ian Grant
Дата:
The canned readline check assumes that curses is already installed. If it
isn't then the readline check fails and configure reports that readline is not
available. The real problem though is that curses is not available.
--
Ian Grant, Computer Lab., William Gates Building, JJ Thomson Ave., Cambridge
Phone: +44 1223 334420

7.3.3 ANALYZE problem (is it too bad?)

От
Achilleus Mantzios
Дата:
dynacom=# SELECT version();
                           version
-------------------------------------------------------------
 PostgreSQL 7.3.3 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

dynacom=# VACUUM ANALYZE ;
ERROR:  Unable to format timestamp with time zone; internal coding error
dynacom=# VACUUM  ;
VACUUM
dynacom=# ANALYZE ;
ERROR:  Unable to format timestamp with time zone; internal coding error


Anyone knows whats going on??
--
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-210-8981112
fax:    +30-210-8981877
email:  achill at matrix dot gatewaynet dot com
        mantzios at softlab dot ece dot ntua dot gr

Re: 7.3.3 ANALYZE problem (is it too bad?)

От
Achilleus Mantzios
Дата:
Also,
% pg_dump -t noonmsg dynacom > noonmsg_dump.sql
pg_dump: ERROR:  Unable to format timestamp with time zone; internal
coding error
pg_dump: lost synchronization with server, resetting connection
pg_dump: SQL command to dump the contents of table "noonmsg" failed:
PQendcopy() failed.

Also,

# ANALYZE/pg_dump seems to work with other tables.

Are there any thoughts on that?

On Wed, 2 Jul 2003, Achilleus Mantzios wrote:

>
> dynacom=# SELECT version();
>                            version
> -------------------------------------------------------------
>  PostgreSQL 7.3.3 on i686-pc-linux-gnu, compiled by GCC 2.96
> (1 row)
>
> dynacom=# VACUUM ANALYZE ;
> ERROR:  Unable to format timestamp with time zone; internal coding error
> dynacom=# VACUUM  ;
> VACUUM
> dynacom=# ANALYZE ;
> ERROR:  Unable to format timestamp with time zone; internal coding error
>
>
> Anyone knows whats going on??
>

--
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-210-8981112
fax:    +30-210-8981877
email:  achill at matrix dot gatewaynet dot com
        mantzios at softlab dot ece dot ntua dot gr