diff options
Diffstat (limited to 'src/include/storage/aio.h')
-rw-r--r-- | src/include/storage/aio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/storage/aio.h b/src/include/storage/aio.h index f48a4962089..7b6b7d20a85 100644 --- a/src/include/storage/aio.h +++ b/src/include/storage/aio.h @@ -27,10 +27,11 @@ typedef enum IoMethod { IOMETHOD_SYNC = 0, + IOMETHOD_WORKER, } IoMethod; -/* We'll default to synchronous execution. */ -#define DEFAULT_IO_METHOD IOMETHOD_SYNC +/* We'll default to worker based execution. */ +#define DEFAULT_IO_METHOD IOMETHOD_WORKER /* |