We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe7d56 commit 23089fdCopy full SHA for 23089fd
1 file changed
src/dijkstra/dijkstra.c
@@ -46,6 +46,7 @@ PG_MODULE_MAGIC;
46
PGDLLEXPORT Datum _pgr_dijkstra(PG_FUNCTION_ARGS);
47
PG_FUNCTION_INFO_V1(_pgr_dijkstra);
48
49
+/* TODO move to a process file*.
50
static
51
void
52
process(
0 commit comments