blob: da6df2d3654f97c057f4f7078f783d120fd420a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright (c) 2024-2025, PostgreSQL Global Development Group
backend_sources += files(
'aio.c',
'aio_callback.c',
'aio_funcs.c',
'aio_init.c',
'aio_io.c',
'aio_target.c',
'method_io_uring.c',
'method_sync.c',
'method_worker.c',
'read_stream.c',
)
|