pgsql: aio: Fix assertion, clarify README - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: aio: Fix assertion, clarify README
Date
Msg-id E1ueCf4-000Bph-1X@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com>
Discussion: https://postgr.es/m/CAEze2Wj-43JV4YufW23gm=Uwr7Lkj+p0yKctKHxNm1rwFC+_DQ@mail.gmail.com
Backpatch-through: 18

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: pgsql: Log remote NOTICE, WARNING, and similar messages using ereport()
Next
From: Fujii Masao
Date:
Subject: pgsql: Remove translation marker from libpq-be-fe-helpers.h.