pgsql: Move mdwriteback() to better place

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move mdwriteback() to better place
Date: 2023-05-19 11:42:33
Message-ID: E1pzyVF-000fRo-I0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move mdwriteback() to better place

The previous order in the file didn't make sense and matched neither
the header file nor the smgr API.

Discussion: https://www.postgresql.org/message-id/flat/22fed8ba-01c3-2008-a256-4ea912d68fab%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c9deebd37ecbeb1bbf6baaf43bafc2f84b9011b

Modified Files
--------------
src/backend/storage/smgr/md.c | 114 +++++++++++++++++++++---------------------
1 file changed, 57 insertions(+), 57 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-05-19 12:31:35 pgsql: doc: PG 16 relnotes, add missing parentheses
Previous Message Peter Eisentraut 2023-05-19 09:00:39 pgsql: Reindent some comments