-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue 1953 - PG Boolean used as AGTYPE object (#1972)
Fixed issue 1953 - Server crashes when executing - SELECT * FROM cypher('ag_graph_3'...) This was due to the executor phase trying to use a PG Boolean as an AGTYPE object for the indirection argument. The fix was to use coerce_to_common_type on the input argument in transform_A_Indirection. Added regression tests.
- Loading branch information
1 parent
2f7ac7e
commit 2379594
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters