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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso
Дата
Msg-id E1PmZXQ-0006dW-Hn@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Implement genuine serializable isolation level.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid having autovacuum workers wait for relation locks.