Oleg Bartunov wrote:
>
> Today I got familiar problem with vacuum analyze
>
> discovery=> select version();
> version
> ------------------------------------------------------------------------
> PostgreSQL 6.5.1 on i686-pc-linux-gnulibc1, compiled by gcc egcs-2.91.66
> (1 row)
>
> discovery=> vacuum analyze;
> NOTICE: AbortTransaction and not in in-progress state
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally
> before or while processing the request.
> We have lost the connection to the backend, so further processing is impossible. Terminating.
We need in gdb output for this...
Vadim