Skip to content

Commit

Permalink
[docqueries] updating message of deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Sep 25, 2023
1 parent 53974aa commit 579eaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docqueries/src/migration.result
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ SELECT * FROM pgr_maxCardinalityMatch(
$$SELECT id, source, target, cost AS going, reverse_cost AS coming FROM edges$$,
directed => true
);
WARNING: pgr_maxCardinalityMatch(text,boolean) deprecated on v3.4.0
WARNING: pgr_maxCardinalityMatch(text,boolean) deprecated signature on v3.4.0
seq | edge | source | target
-----+------+--------+--------
1 | 1 | 5 | 6
Expand Down

0 comments on commit 579eaed

Please sign in to comment.