pgsql: aio: Improve debug logging around waiting for IOs

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: aio: Improve debug logging around waiting for IOs
Date: 2025-04-25 17:35:03
Message-ID: E1u8Mx5-001kvf-1v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

aio: Improve debug logging around waiting for IOs

Trying to investigate a bug report by Alexander Lakhin made it apparent that
the debug logging around waiting for IO completion is insufficient. Fix that.

Discussion: https://postgr.es/m/h4in2db37vepagmi2oz5vvqymjasc5gyb4lpqkunj4eusu274i@37jpd3c2spd3

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/039bfc457e436dc5c6b1d6ef996048ae19ff480d

Modified Files
--------------
src/backend/storage/aio/aio.c | 29 +++++++++++++++++++++++++----
1 file changed, 25 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David E. Wheeler 2025-04-25 19:13:02 Re: extension_control_path and "directory"
Previous Message Peter Eisentraut 2025-04-25 14:58:08 pgsql: Fix incorrect format placeholders