Skip to content

Commit

Permalink
no_crash_test passes for v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinJ committed Aug 5, 2023
1 parent 3c2c2c7 commit e92a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgtap/ksp/withPointsKSP/no_crash_test.pg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
BEGIN;

UPDATE edge_table SET cost = sign(cost), reverse_cost = sign(reverse_cost);
SELECT plan(164);
SELECT CASE WHEN min_version('3.6.0') THEN plan(164) ELSE plan(26) END;

PREPARE edges AS
SELECT id, source, target, cost, reverse_cost FROM edge_table;
Expand Down

0 comments on commit e92a8df

Please sign in to comment.