-
-
Notifications
You must be signed in to change notification settings - Fork 377
Remove deprecated pgr create vertices table v4.0 #2841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated pgr create vertices table v4.0 #2841
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai summary |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chainI need to gather information about this pull request before I can generate a summary and review. Let me do that now. 🏁 Script executed: Length of output: 1854 Let me gather more information about the specific changes in this PR to provide an accurate summary and review. 🏁 Script executed: Length of output: 976 I need more information about the changes in this PR to provide a proper summary and review. Let me continue gathering data. 🏁 Script executed: Length of output: 3528 Let me get more information about the specific file content and PR details to provide a proper summary and review. 🏁 Script executed: Length of output: 2988 PR SummaryThis PR removes the deprecated The PR:
The function was deprecated because it used predefined names for database objects, required higher permissions, and has been superseded by ReviewThe changes look appropriate and well-executed: ✅ All references to the deprecated function have been removed from the codebase The removal is properly documented in both the NEWS.md and release_notes.rst files with a reference to issue #2827. All tests, documentation, and implementation files have been removed, which is appropriate for a complete deprecation. No issues found - this PR is ready to merge. |
Fixes #2827 .
Removes:
@pgRouting/admins