pgsql: aio: Fix assertion, clarify README

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: aio: Fix assertion, clarify README
Date: 2025-07-22 13:04:02
Message-ID: E1ueCf4-000Bpj-1e@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

aio: Fix assertion, clarify README

The assertion wouldn't have triggered for a long while yet, but this won't
accidentally fail to detect the issue if/when it occurs.

Author: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEze2Wj-43JV4YufW23gm=Uwr7Lkj+p0yKctKHxNm1rwFC+_DQ@mail.gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7b98c5536818287998ca868dc96a8dc20ea78f0b

Modified Files
--------------
src/backend/storage/aio/README.md | 5 +++--
src/include/storage/aio.h | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-07-22 13:10:42 pgsql: Remove translation marker from libpq-be-fe-helpers.h.
Previous Message Fujii Masao 2025-07-22 12:52:12 Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()