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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix variable and type name in comment.

Kyotaro Horiguchi

Discussion: https://www.postgresql.org/message-id/[email protected]

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(-)

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