Skip to content

Conversation

@tuhaihe
Copy link
Member

@tuhaihe tuhaihe commented Dec 4, 2025

Add AC_CHECK_LIB check for liburing in the PAX dependency block to detect missing liburing-devel early during configure phase.

PAX storage requires liburing for io_uring-based fast I/O. This check prevents unclear linker errors during compilation.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


@tuhaihe tuhaihe requested a review from gfphoenix78 December 5, 2025 02:31
Add AC_CHECK_LIB check for liburing in the PAX dependency block
to detect missing liburing-devel early during configure phase.

PAX storage requires liburing for io_uring-based fast I/O. This
check prevents unclear linker errors during compilation.
@tuhaihe tuhaihe merged commit 63a0c13 into apache:main Dec 8, 2025
60 of 61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants