Week 1 : pgr_makeMaximalPlanar#554
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 ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
There was a problem hiding this comment.
Pull request overview
Adds SQL-level declarations for a new planar module function pgr_makeMaximalPlanar (plus its internal _pgr_ C entry point) intended to expose maximal planar graph generation through the pgRouting extension.
Changes:
- Introduces public SQL wrapper
pgr_makeMaximalPlanar(TEXT)returning(seq, start_vid, end_vid). - Introduces internal C-backed function declaration
_pgr_makeMaximalPlanar(TEXT)returning the same record shape.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| sql/planar/makeMaximalPlanar.sql | Adds the public SQL wrapper and user-facing COMMENT metadata for pgr_makeMaximalPlanar. |
| sql/planar/_makeMaximalPlanar.sql | Adds the internal C-function SQL declaration _pgr_makeMaximalPlanar intended to be implemented in the shared library. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.