pgsql: Revert accidental change to pg_config_manual.h.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Revert accidental change to pg_config_manual.h.
Дата
Msg-id E1RD5Wm-00025g-Nm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert accidental change to pg_config_manual.h.

This was broken in commit 53dbc27c62d8e1b6c5253feba04a5094cb8fe046, which
introduced unlogged tables.  Fortunately, as debugging tools go, this one
is pretty cheap, which is probably why it took nine months for someone to
notice, but it's not intended to be enabled by default, so revert.

Noted by Fujii Masao.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a726951c51d89b6599e2dcbd0c20b7001d1dc2a4

Modified Files
--------------
src/include/pg_config_manual.h |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Revert accidental change to pg_config_manual.h.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix ALTER TABLE ONLY .. DROP CONSTRAINT.