Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix LockHeldByMe compilation error against pg17
commit 0cecc908e9749101b5e93ba58d76a62c9f226f9e in postgresql changed the signature of the LockHeldByMe function, which caused the pg_repack build to fail. Actually, the orstronger argument is not important for us, since we need the strictest AccessExclusiveLock lock. But I can simplify the code a little by using a more appropriate new CheckRelationOidLockedByMe function.
- Loading branch information