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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix variable names mentioned in comment to match the code.
Date: 2013-07-17 20:37:52
Message-ID: E1UzYTw-0001xN-1p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-07-17 22:39:30 pgsql: Fix a few problems in barrier.h.
Previous Message Heikki Linnakangas 2013-07-17 20:24:06 pgsql: Fix assert failure at end of recovery, broken by XLogInsert scal