pgsql: Minor header cleanup for the new iovec code.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor header cleanup for the new iovec code.
Date: 2021-01-14 05:32:10
Message-ID: E1kzvEw-0003xa-55@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor header cleanup for the new iovec code.

Remove redundant function declaration and improve header comment in
pg_iovec.h. Move the new declaration in fd.h next to a group of more
similar functions.

Branch
------
master

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

Modified Files
--------------
src/include/port/pg_iovec.h | 7 +------
src/include/storage/fd.h | 8 ++++----
2 files changed, 5 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-01-14 06:19:02 Re: pgsql: Ensure that a standby is able to follow a primary on a newer tim
Previous Message Tom Lane 2021-01-14 05:23:01 Re: pgsql: Ensure that a standby is able to follow a primary on a newer tim