pgsql: Prevent loss of init fork when truncating an unlogged table.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Prevent loss of init fork when truncating an unlogged table.
Дата
Msg-id E1SSqE2-0006Ep-MO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent loss of init fork when truncating an unlogged table.

Fixes bug #6635, reported by Akira Kurosawa.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1331cc6c1ad2beba7985523508d6722dc865c337

Modified Files
--------------
src/backend/catalog/heap.c       |   32 +++++++++++++++++---------------
src/backend/commands/tablecmds.c |    4 ++++
src/include/catalog/heap.h       |    2 ++
3 files changed, 23 insertions(+), 15 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Prevent loss of init fork when truncating an unlogged table.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix contrib/citext's upgrade script to handle array and domain c