pgsql: Fix inconsistent comments for some function declarations in head

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inconsistent comments for some function declarations in head
Date: 2022-08-04 08:37:29
Message-ID: E1oJWMD-000FV0-C6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-08-04 08:49:08 pgsql: Clarify DROP EXTENSION docs regarding explicitly dependent routi
Previous Message John Naylor 2022-08-04 06:52:01 pgsql: Support SSE2 intrinsics where available