pgsql: Avoid creating init fork for unlogged indexes when it already ex

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Avoid creating init fork for unlogged indexes when it already ex
Дата
Msg-id E1QSBjV-0004Pm-K8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid creating init fork for unlogged indexes when it already exists.

Report by Greg Sabino Mullane, diagnosis and preliminary patch by
Andres Freund, corrections by me.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/index.c |    9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Typo fix.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow SELECT FOR UPDATE/SHARE on sequences.