pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso
Date: 2011-02-07 22:26:28
Message-ID: E1PmZXQ-0006dW-Hn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.

I thought we didn't need that, but then I remembered that it added a new
SLRU subdirectory, pg_serial. While we're at it, document what pg_serial is.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=47082fa875179ae629edb26807ab3f38a775280b

Modified Files
--------------
doc/src/sgml/storage.sgml | 5 +++++
src/include/catalog/catversion.h | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Leslie S Satenstein 2011-02-08 00:39:58 Why Produce PDF files?
Previous Message Heikki Linnakangas 2011-02-07 22:11:11 pgsql: Implement genuine serializable isolation level.