pgsql: Add some code to CREATE DATABASE to check for pre-existing - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add some code to CREATE DATABASE to check for pre-existing
Date
Msg-id 20061018224412.3C6ED9FA418@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some code to CREATE DATABASE to check for pre-existing subdirectories
that conflict with the OID that we want to use for the new database.
This avoids the risk of trying to remove files that maybe we shouldn't
remove.  Per gripe from Jon Lapham and subsequent discussion of 27-Sep.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.251 -> r1.252)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.251&r2=1.252)
    pgsql/src/backend/commands:
        dbcommands.c (r1.185 -> r1.186)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c.diff?r1=1.185&r2=1.186)

pgsql-committers by date:

Previous
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - htdocs: Add an example install.sh usage.
Next
From: mario__@pgfoundry.org (User Mario__)
Date:
Subject: webtranslator - l10n: Createmanual.py added, this will be the main file