[COMMITTERS] pgsql: Fix variable and type name in comment. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject [COMMITTERS] pgsql: Fix variable and type name in comment.
Date
Msg-id E1dVIM7-0003OP-6P@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix variable and type name in comment.

Kyotaro Horiguchi

Discussion: https://www.postgresql.org/message-id/20170711.163441.241981736.horiguchi.kyotaro@lab.ntt.co.jp

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0a2d07cf1ed8bd1d16991fdda5c955903d30d8c8

Modified Files
--------------
src/backend/storage/ipc/standby.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Fix ordering of operations in SyncRepWakeQueue to avoidassertio
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Avoid integer overflow while sifting-up a heap in tuplesort.c.