Re: unlogged tables
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-11-16T19:49:17Z
Lists: 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.