Обсуждение: pgsql: aio: Simplify pgaio_worker_submit().

Поиск
Список
Период
Сортировка

pgsql: aio: Simplify pgaio_worker_submit().

От
Thomas Munro
Дата:
aio: Simplify pgaio_worker_submit().

Merge pgaio_worker_submit_internal() and pgaio_worker_submit().  The
separation didn't serve any purpose.

Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CA%2BhUKG%2Bm4xV0LMoH2c%3DoRAdEXuCnh%2BtGBTWa7uFeFMGgTLAw%2BQ%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/storage/aio/method_worker.c | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)