Kalyan
Kalyan
Installed apache AGE into both pg version but `test expr` is failing in both versions.  
Facing identical issues as @PragyanD , `test expr` is failing for both pg11.5 and pg12.10 Using **Ubuntu 22.04.1 LTS** (VirtualBox) dropping my regress files as well since they are slightly...
I was reinstalling pg-11.17(to complete the gdb task), and after installing, the `test expr` failed again.  This time there were NO CONTEXT messages. What I noticed was that while...
setup PG 11 with AGE and went through the documentation.
Completed Setup (Installed Ubuntu on Virtualbox)
Started Reviewing sql files and also going through AGE documentation again to get better understanding of the sql commands/queries.
I think MERGE can only be used on nodes and not edges. And even if we use it on edges since 'e' is not present, MERGE is trying to create...
Finished reviewing all files. While installing AGE extension into PG, I found that the `test expr` fails only when the pg server is running in the background. When I stopped...
Installed AGE extension into both PG(11.17 & 12.12) versions. Apparently all tests are passed. But my pg11.5 & 12.10 had `test expr` failed. weird because I didn't change anything in...
I'm not sure whether it'll help, but try running `make clean` and run the `installcheck` command again. If it still doesn't work, try testing pg12.12 by running `bin/psql` in the...