saygoodbyye commented on issue #1439:
URL: https://github.com/apache/age/issues/1439#issuecomment-1849287705
Yes, test fail occurs without this env variable aswell. I've checked this
recently
```shell
for i in `seq 1000000`;do echo "iter $i";make -s installcheck || break;done
```
regression.diffs:
```diff
diff -U3 /home/test/work/subtree/age/regress/expected/expr.out
/home/test/work/subtree/age/regress/results/expr.out
--- /home/test/work/subtree/age/regress/expected/expr.out 2023-12-06
13:30:29.282207296 +0700
+++ /home/test/work/subtree/age/regress/results/expr.out 2023-12-11
10:54:03.833000000 +0700
@@ -7217,12 +7217,12 @@
SELECT * FROM cypher('keys', $$MATCH ()-[e]-() RETURN keys(e)$$) AS
(edge_keys agtype);
edge_keys
-----------
- []
- []
["song"]
["song"]
["song"]
["song"]
+ []
+ []
(6 rows)
SELECT * FROM cypher('keys', $$RETURN keys({a:1,b:'two',c:[1,2,3]})$$) AS
(keys agtype);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]