| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: test_aio: Add basic tests for StartReadBuffers() |
| Date: | 2026-03-27 22:54:01 |
| Message-ID: | E1w6G40-001l2v-2A@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
test_aio: Add basic tests for StartReadBuffers()
Upcoming commits will change StartReadBuffers() and its building blocks,
making it worthwhile to directly test StartReadBuffers().
Reviewed-by: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://postgr.es/m/zljergweqti7x67lg5ije2rzjusie37nslsnkjkkby4laqqbfw@3p3zu522yykv
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/020c02bd90896066964d173139b3adb154ec7426
Modified Files
--------------
src/test/modules/test_aio/t/001_aio.pl | 243 ++++++++++++++++++++++++++++
src/test/modules/test_aio/test_aio--1.0.sql | 7 +
src/test/modules/test_aio/test_aio.c | 229 ++++++++++++++++++++++++--
3 files changed, 469 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2026-03-27 23:02:29 | pgsql: Fix RequestNamedLWLockTranche in single-user mode |
| Previous Message | Tom Lane | 2026-03-27 21:41:19 | pgsql: Doc: split functions-posix-regexp section into multiple subsecti |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2026-03-27 22:58:52 | Re: pg_buffercache: Add per-relation summary stats |
| Previous Message | Laurenz Albe | 2026-03-27 22:48:00 | Re: Add ldapservice connection parameter |