pgsql: Fix obsolete references to "XLogRead"

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix obsolete references to "XLogRead"
Date: 2020-05-11 17:02:48
Message-ID: E1jYBpI-00025J-3g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete references to "XLogRead"

The one in xlogreader.h was pointed out by Antonin Houska; I (Álvaro) noticed the
others by grepping.

Author: Antonin Houska <ah(at)cybertec(dot)at>
Discussion: https://postgr.es/m/28250.1589186654@antos

Branch
------
master

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

Modified Files
--------------
src/backend/replication/walsender.c | 4 ++--
src/include/access/xlogreader.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-05-11 18:02:57 pgsql: Adjust "root of to-be-deleted subtree" function.
Previous Message Tom Lane 2020-05-11 14:40:23 Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES)