pgsql: Fix bug in new B-tree page deletion code.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in new B-tree page deletion code.
Дата
Msg-id E1WcZwZ-0004Oz-Ml@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in new B-tree page deletion code.

When modifying a page, must hold an exclusive lock. A shared lock is
obviously not good enough.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/77fe2b6d795f3f4ed282c9c980920e128a57624e

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Retain original physical order of tuples in redo of b-tree split
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Improve "replication slot" index entries