Skip to content

Commit 574850a

Browse files
committed
[astar] }names of functions
1 parent 97624e9 commit 574850a

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

sql/astar/_astar.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
3434
-----------------
3535

3636

37+
-----------------
38+
-- pgr_astar
39+
-----------------
40+
41+
3742
CREATE OR REPLACE FUNCTION _pgr_astar(
3843
edges_sql TEXT, -- XY edges sql
3944
start_vids ANYARRAY,

sql/astar/astar.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727
2828
********************************************************************PGR-GNU*/
2929

30+
-----------------
31+
-- pgr_astar
32+
-----------------
33+
34+
3035
CREATE OR REPLACE FUNCTION pgr_astar(
3136
TEXT, -- edges sql (required)
3237
BIGINT, -- from_vid (required)

sql/astar/astarCost.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2727
2828
********************************************************************PGR-GNU*/
2929

30+
31+
-----------------
32+
-- pgr_aStarCost
33+
-----------------
34+
35+
3036
CREATE OR REPLACE FUNCTION pgr_aStarCost(
3137
TEXT, -- edges sql (required)
3238
BIGINT, -- from_vid (required)

0 commit comments

Comments
 (0)