Thread: pgsql-server/src/bin/scripts clusterdb

pgsql-server/src/bin/scripts clusterdb

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/10/21 16:32:33

Modified files:
    src/bin/scripts: clusterdb

Log message:
    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