pgsql: Fix variable names mentioned in comment to match the code. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix variable names mentioned in comment to match the code.
Date
Msg-id E1UzYTw-0001xN-1p@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix assert failure at end of recovery, broken by XLogInsert scal
Next
From: Tom Lane
Date:
Subject: pgsql: Fix a few problems in barrier.h.