Re: Michael Banck
> Nevermind, I saw that Christoph has upoaded documentdb packages in the
> meantime, so they are on apt.postgresql.org now:
>
> https://apt.postgresql.org/pub/repos/apt/pool/main/d/documentdb/
Not quite, that's still work in progress.
Does documentdb support PG18 now? I'm still getting errors around
pg_attribute_noreturn:
src/query/bsonquery_compare.c: In function ‘pg_attribute_noreturn’:
src/query/bsonquery_compare.c:151:1: error: expected declaration specifiers before ‘ThrowUnexpectedFieldError’
151 | ThrowUnexpectedFieldError(bool leftNext, bool rightNext)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
(That's using the system libbson2-2, see
https://salsa.debian.org/postgresql/documentdb/-/blob/master/debian/patches/cflags?ref_type=heads)
Christoph