Обсуждение: pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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(-)