pgsql: Convert Assert checking for empty page into a regular test and

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Convert Assert checking for empty page into a regular test and
Дата
Msg-id 20060106001609.92DBF9DC859@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Convert Assert checking for empty page into a regular test and elog.
The consequences of overwriting a non-empty page are bad enough that
we should not omit this test in production builds.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        hio.c (r1.54.4.1 -> r1.54.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/hio.c.diff?r1=1.54.4.1&r2=1.54.4.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Convert Assert checking for empty page into a regular test and
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make all command-line options of postmaster and postgres the