pgsql/src/backend/commands dbcommands.c - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/backend/commands dbcommands.c
Date
Msg-id 20020223205546.AD9DC475928@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/02/23 15:55:46

Modified files:
    src/backend/commands: dbcommands.c

Log message:
    Guard against createdb --location=PGDATA foo; without this, the code
    tries to create a symlink pointing at itself.  Per trouble report from
    Kenneth McDowell.


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc FAQ_DEV src/FAQ/FAQ_DEV.html
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/makefiles Makefile.aix