Re: unlogged tables - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: unlogged tables
Date
Msg-id 1289936957.31200.22.camel@vanquo.pezone.net
Whole thread Raw
In response to unlogged tables  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: unlogged tables
List pgsql-hackers
On lör, 2010-11-13 at 19:16 -0500, Robert Haas wrote:
> 1. The first one (relpersistence-v1) is a mostly mechanical patch that
> replaces pg_class.relistemp (a Boolean) with pg_class.relpersistence
> (a character), so that we can support more than two values.  BE SURE
> YOU INITDB, since the old catalog format will not work with this patch
> applied.

Btw., I would recommend that even in-progress or proposed patches
include catversion updates, which helps communicate the message such as
yours in a more robust manner and also reduces the chance of forgetting
the catversion change in the final commit.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Explain analyze getrusage tracking
Next
From: Jignesh Shah
Date:
Subject: possible concurrency bug or mistake in understanding read-committed behavior