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

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

From
Heikki Linnakangas
Date:
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(-)