df7cb commented on issue #2111: URL: https://github.com/apache/age/issues/2111#issuecomment-2441084857
It's not ready for PG17 yet. Running the regression tests against PG17: ``` 2024-10-28 09:43:48.644 UTC client backend[346252] pg_regress/expr ERROR: labels() argument must be a vertex 2024-10-28 09:43:48.644 UTC client backend[346252] pg_regress/expr STATEMENT: SELECT * from cypher('list', $$RETURN labels("string")$$) as (Labels agtype); TRAP: failed Assert("HeapTupleIsValid(proctup)"), File: "src/backend/utils/ag_func.c", Line: 48, PID: 346252 postgres: myon contrib_regression [local] SELECT(ExceptionalCondition+0x75) [0x555e07a0fe45] /usr/lib/postgresql/17/lib/age.so(+0x5be85) [0x7f0b17033e85] /usr/lib/postgresql/17/lib/age.so(+0x2a04b) [0x7f0b1700204b] postgres: myon contrib_regression [local] SELECT(range_table_entry_walker_impl+0x26) [0x555e077458b6] postgres: myon contrib_regression [local] SELECT(range_table_walker_impl+0x6a) [0x555e07745a2a] /usr/lib/postgresql/17/lib/age.so(+0x2ac0f) [0x7f0b17002c0f] postgres: myon contrib_regression [local] SELECT(parse_analyze_fixedparams+0xac) [0x555e075f4a2c] postgres: myon contrib_regression [local] SELECT(pg_analyze_and_rewrite_fixedparams+0x2a) [0x555e078b2b4a] postgres: myon contrib_regression [local] SELECT(+0x55b193) [0x555e078b3193] postgres: myon contrib_regression [local] SELECT(PostgresMain+0x161f) [0x555e078b4ccf] postgres: myon contrib_regression [local] SELECT(BackendMain+0x51) [0x555e078af321] postgres: myon contrib_regression [local] SELECT(postmaster_child_launch+0xc8) [0x555e07805bf8] postgres: myon contrib_regression [local] SELECT(+0x4b1d0a) [0x555e07809d0a] postgres: myon contrib_regression [local] SELECT(PostmasterMain+0xe8c) [0x555e0780bb9c] postgres: myon contrib_regression [local] SELECT(main+0x20a) [0x555e074d12aa] /lib/x86_64-linux-gnu/libc.so.6(+0x29d68) [0x7f0b22c33d68] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f0b22c33e25] postgres: myon contrib_regression [local] SELECT(_start+0x21) [0x555e074d1871] 2024-10-28 09:43:50.074 UTC postmaster[346211] LOG: server process (PID 346252) was terminated by signal 6: Aborted 2024-10-28 09:43:50.074 UTC postmaster[346211] DETAIL: Failed process was running: SELECT * FROM json('1'); ``` AGE is one of the last PostgreSQL packages in Debian not yet supporting PG17 yet, so getting this fixed would be appreciated. Thanks. -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org