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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add some code to CREATE DATABASE to check for pre-existing
Дата
Msg-id 20061018224412.3C6ED9FA418@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: knt@pgfoundry.org (User Knt)
Дата:
Сообщение: plscheme - htdocs: Add an example install.sh usage.
Следующее
От: mario__@pgfoundry.org (User Mario__)
Дата:
Сообщение: webtranslator - l10n: Createmanual.py added, this will be the main file