pgsql: Fix incorrect method name in comment.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect method name in comment.
Date: 2018-02-08 19:39:28
Message-ID: E1ejs2a-0003sA-WD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect method name in comment.

Atsushi Torikoshi

Discussion: http://postgr.es/m/1b056262-4bc0-a982-c899-bb67a0a7fd52@lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
src/backend/replication/walsender.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-09 20:28:51 pgsql: postgres_fdw: Attmempt to stabilize regression tests.
Previous Message Robert Haas 2018-02-08 19:30:59 pgsql: Avoid listing the same ResultRelInfo in more than one EState lis