OSDN Git Service

Cleanup for CLUSTERDB failure:
authorBruce Momjian <bruce@momjian.us>
Mon, 21 Oct 2002 20:32:33 +0000 (20:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 21 Oct 2002 20:32:33 +0000 (20:32 +0000)
commit2110be0465a8b3f017ccb68a2d1a93bda8d0ce7c
tree8796c82a6a1830416e53180f944ec4c0aaf93fd2
parente49c1a9234cdce95a263801136cbbcb1082531e5
Cleanup for CLUSTERDB failure:

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
src/bin/scripts/clusterdb