Re: [HACKERS] clusterdb has poor error recovery

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] clusterdb has poor error recovery
Date: 2002-10-19 18:14:56
Message-ID: 20021019181456.GA5581@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sat, Oct 19, 2002 at 12:11:32AM +0200, Peter Eisentraut wrote:
> $ ./clusterdb
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> clusterdb: While clustering peter, the following failed:
> $
>
> This could probably handled a little more gracefully.

Yes, sorry. A patch for this is attached. Please apply.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
XML! Exclaimed C++. What are you doing here? You're not a programming
language.
Tell that to the people who use me, said XML.

Attachment Content-Type Size
clusterdb-error.patch text/plain 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2002-10-19 19:36:35 Re: /contrib/retep to gborg
Previous Message Tom Lane 2002-10-19 17:38:39 Re: Freeing plan memory

Browse pgsql-patches by date

  From Date Subject
Next Message Nigel J. Andrews 2002-10-19 20:31:33 PL/Python memory leak (Replaces earlier patch from today)
Previous Message Tom Lane 2002-10-19 17:42:32 Re: PL/Python memory leak