reserve ivorysql prefix for gucs#1196
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughReserves the "ivorysql" GUC prefix in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
We'll evaluate this PR to see if it is worth to be merged in, thanks! |
|
I think this enhancement is good to IvorySQL, and will suggest to merge it. |
f350796 to
9985869
Compare
|
@gaoxueyu this is ready to be merged. |
Currently, the following statements execute without error, potentially causing confusion since all IvorySQL GUCs share the "ivorysql" prefix:
This PR reserves the "ivorysql" prefix, ensuring these statements now produce errors.
Summary by CodeRabbit
New Features
Tests