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_2_STABLE

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

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