summaryrefslogtreecommitdiff
path: root/src/test/isolation/.gitignore
diff options
context:
space:
mode:
authorMasahiko Sawada2025-12-31 19:18:14 +0000
committerMasahiko Sawada2025-12-31 19:18:14 +0000
commit85d5bd308bf5dc3068a4c28aa0f12cc22272f789 (patch)
treebf62b50c76bfc88844a09f2394fee6e3f750fb4e /src/test/isolation/.gitignore
parentd6542f8dfc6c7db9b491a4f0b1ea082cfa4537eb (diff)
Fix macro name for io_uring_queue_init_mem check.HEADmaster
Commit f54af9f2679d added a check for io_uring_queue_init_mem(). However, it used the macro name HAVE_LIBURING_QUEUE_INIT_MEM in both meson.build and the C code, while the Autotools build script defined HAVE_IO_URING_QUEUE_INIT_MEM. As a result, the optimization was never enabled in builds configured with Autotools, as the C code checked for the wrong macro name. This commit changes the macro name to HAVE_IO_URING_QUEUE_INIT_MEM in meson.build and the C code. This matches the actual function name (io_uring_queue_init_mem), following the standard HAVE_<FUNCTION> convention. Backpatch to 18, where the macro was introduced. Bug: #19368 Reported-by: Evan Si <evsi@amazon.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/19368-016d79a7f3a1c599@postgresql.org Backpatch-through: 18
Diffstat (limited to 'src/test/isolation/.gitignore')
0 files changed, 0 insertions, 0 deletions