pgsql: Fix variable and type name in comment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix variable and type name in comment.
Date: 2017-07-12 14:11:07
Message-ID: E1dVIM7-0003OT-6m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a94dd0c25d0132a48c2f95505e0f95bb273f1160

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-12 17:24:36 pgsql: Avoid integer overflow while sifting-up a heap in tuplesort.c.
Previous Message Heikki Linnakangas 2017-07-12 12:45:19 pgsql: Fix ordering of operations in SyncRepWakeQueue to avoid assertio