pgsql: Skip extraneous locking in XLogCheckBuffer().

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Skip extraneous locking in XLogCheckBuffer().
Дата
Msg-id E1UP7Dv-0005Y0-SQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Skip extraneous locking in XLogCheckBuffer().
Heikki reported comment was wrong, so fixed
code to match the comment: we only need to
take additional locking precautions when we
have a shared lock on the buffer.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5787c6730e7a848ef95d5c4194e27614ea8e6e41

Modified Files
--------------
src/backend/access/transam/xlog.c |   27 ++++++++++++++++-----------
1 files changed, 16 insertions(+), 11 deletions(-)


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: pgsql: Get rid of USE_WIDE_UPPER_LOWER dependency in trigram constructi
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix calculation of how many segments to retain for wal_keep_segm