-
-
Notifications
You must be signed in to change notification settings - Fork 386
Remove deprecated internal function pgr withPointsDD #2891
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 internal function pgr withPointsDD #2891
Conversation
- Removing deprecated internal function _pgr_withPointsDD - Removing deprecated C code to legacy and adjusting remaining C code - (pgtap) Testing only valid signatures in 4.0.0
|
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 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 review |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 4643 🏁 Script executed: Length of output: 8607 🏁 Script executed: Length of output: 3445 🏁 Script executed: Length of output: 8912 🏁 Script executed: Length of output: 759 🏁 Script executed: Length of output: 2780 @cvvergara I'll perform both the review and summary for this PR. 🏁 Script executed: Length of output: 8343 ReviewI've reviewed PR #2891 which focuses on removing deprecated signatures and functions of The PR correctly:
The changes are well-structured and align with issue #2890. The removal of deprecated code (945 lines removed vs 233 added) represents proper code cleanup, which will make the codebase more maintainable. All updates to the documentation are appropriate and clearly explain the migration path for users. The PR appears ready to merge. SummaryThis PR removes deprecated functions and signatures related to
These removals are part of the preparation for the pgRouting 4.0.0 release, where the |
Fixes #2890
Changes proposed in this pull request:
withPointsDD_pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean)pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean)withPointsDD@pgRouting/admins