Skip to content

Conversation

@AbhinJ
Copy link
Member

@AbhinJ AbhinJ commented Jun 17, 2023

Fixes # .

Changes proposed in this pull request:

@pgRouting/admins

@AbhinJ AbhinJ changed the title Abhinj week 3 GSoC 2023: Abhinav Jain week 3 Jun 17, 2023
Copy link
Member

@krashish8 krashish8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look good. Please merge this PR and send the weekly report.

(What we generally expect is - at the beginning of week, create a PR and at the end, merge it without waiting for review). We will add the comments eventually if we feel that something needs improvement, otherwise, it is fine.

Comment on lines 230 to 238
text_to_cstring(PG_GETARG_TEXT_P(2)),
NULL, NULL,
PG_GETARG_INT32(3),
PG_GETARG_BOOL(4),
text_to_cstring(PG_GETARG_TEXT_P(4)),
PG_GETARG_BOOL(5),
text_to_cstring(PG_GETARG_TEXT_P(6)),
PG_GETARG_BOOL(6),
PG_GETARG_BOOL(7),
&result_tuples,
&result_count);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Combinations function has 8 args (you just need to update the comment): /* (PG_NARGS() == 8) */

@AbhinJ AbhinJ merged commit 5b56bef into pgRouting:Abhinj-2023 Jun 18, 2023
@AbhinJ AbhinJ added this to the GSoC-2023: First coding period milestone Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants