pgsql: Prevent loss of init fork when truncating an unlogged table. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Prevent loss of init fork when truncating an unlogged table.
Date
Msg-id E1SSqE2-0006Er-N1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Prevent loss of init fork when truncating an unlogged table.

Fixes bug #6635, reported by Akira Kurosawa.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2ca6bac892aa650154f591c730359a968bea726a

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 by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Remove extraneous #include "storage/proc.h"
Next
From: Robert Haas
Date:
Subject: pgsql: Prevent loss of init fork when truncating an unlogged table.