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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent loss of init fork when truncating an unlogged table.
Date: 2012-05-11 13:49:42
Message-ID: E1SSqE2-0006Ep-MO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-11 16:13:23 Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value
Previous Message Simon Riggs 2012-05-11 13:47:04 pgsql: Remove extraneous #include "storage/proc.h"