pgsql: Fix variable names mentioned in comment to match the code.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix variable names mentioned in comment to match the code.
Дата
Msg-id E1UzYTw-0001xN-1p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix variable names mentioned in comment to match the code.

Also, in another comment, explain why holding an insertion slot is a
critical section.

Per review by Amit Kapila.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/107cbc90a7564b6cd773c56ad3da8b66c7377df5

Modified Files
--------------
src/backend/access/transam/xlog.c |    8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix assert failure at end of recovery, broken by XLogInsert scal
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix a few problems in barrier.h.