pgsql: test_aio: Add basic tests for StartReadBuffers() - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: test_aio: Add basic tests for StartReadBuffers()
Date
Msg-id E1w6G40-001l2v-2A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: split functions-posix-regexp section into multiple subsecti
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix RequestNamedLWLockTranche in single-user mode