Skip to content

Commit

Permalink
Merge pull request #156 from ldbc/birler-postgres
Browse files Browse the repository at this point in the history
fix postgres compatibility
  • Loading branch information
szarnyasg authored Dec 18, 2022
2 parents 46bf1d2 + 76f5769 commit 5f79672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umbra/queries/bi-20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyPath(pos) as (
with
ss as (select pos from anyPath)
select dst
from anyPath, PathQ20
from ss, PathQ20
where pos = src and not exists (select 1 from ss, dsts where ss.pos = dsts.t)
)
),
Expand Down

0 comments on commit 5f79672

Please sign in to comment.