Skip to content

Commit

Permalink
Fix for: find out what is the error catched on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jan 8, 2017
1 parent 6371dd1 commit c35d724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4445-7d08b60af trsp/v2.1.0
4446-6371dd1d2 trsp/v2.1.0
2 changes: 1 addition & 1 deletion src/trsp/src/trsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Datum turn_restrict_shortest_path_edge(PG_FUNCTION_ARGS);
#define DBG(format, arg...) \
elog(NOTICE, format , ## arg)
#else
#define DBG(format, arg...) do { ; } while (0)
#define DBG(format,...) do { ; } while (0)
#endif

// The number of tuples to fetch from the SPI cursor at each iteration
Expand Down

0 comments on commit c35d724

Please sign in to comment.