pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso
Date
Msg-id E1PmZXQ-0006dW-Hn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Implement genuine serializable isolation level.
Next
From: Robert Haas
Date:
Subject: pgsql: Avoid having autovacuum workers wait for relation locks.