pgsql: Fix comment in xlog.c. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix comment in xlog.c.
Date
Msg-id E1jE2ZJ-0003Ym-Vj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment in xlog.c.

This commit fixes the comment about SharedHotStandbyActive variable.
The comment was apparently copy-and-pasted.

Author: Atsushi Torikoshi
Discussion: https://postgr.es/m/CACZ0uYEjpqZB9wN2Rwc_RMvDybyYqdbkPuDr1NyxJg4f9yGfMw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1429d3f767a05e7a4819f55c5b3ff768862dcf78

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless pfree()s at the ends of various ValuePerCall SRFs
Next
From: Fujii Masao
Date:
Subject: pgsql: Add the type information for index storage parameters to the doc