pgsql: Fix inconsistent comments for some function declarations in head - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix inconsistent comments for some function declarations in head
Date
Msg-id E1oJWMD-000FV0-C6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix inconsistent comments for some function declarations in headers

Some of the headers list a couple of function prototypes located in a
different file than what is referred to.  This fixes a couple of
places where this inconsistency exists.

Author: Richard Guo
Discussion: https://postgr.es/m/CAMbWs4__RdcSNXPa7L62Ozvo_Q4LvT60o3Bnp8yrQ_m9y5CKvg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/245e14e28b298e6ed00ea8d8c607b62387c9da92

Modified Files
--------------
src/include/access/nbtxlog.h          |  8 ++++++--
src/include/replication/walreceiver.h |  2 +-
src/include/storage/bufmgr.h          | 11 +++++++----
3 files changed, 14 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Support SSE2 intrinsics where available
Next
From: John Naylor
Date:
Subject: pgsql: Clarify DROP EXTENSION docs regarding explicitly dependent routi