ahouska
ahouska
1. If there are no crashes anymore, something was probably wrong with your build, but I have no clue what it was. Please consider getting the extension binary from the...
The problem is that the `id` column is nullable. You fix your test this way: ``` ALTER TABLE test ALTER COLUMN id SET NOT NULL; ALTER TABLE test REPLICA IDENTITY...
`skip_analyze` is a column of the `squeeze.tables` table, not a function argument.
What's the value of `max_worker_processes` in `postgresql.conf `? Does it help if you increase it?
Right, the stack trace would be useful. What I find weird is that in PG 14, the message `"starting logical decoding for slot ""pg_squeeze_slot_16401_71778""",` is printed out by `CreateDecodingContext()`, but...
Unfortunately the version number has not been updated in the `master` branch, so the `pg_extension` catalog shows version version 1.6 even for the `master` branch. Please check which branch you...
Please do not share the core dump - it's huge and might contain some data of your database (possibly confidential). I'm only interested in the backttrace. I can assist in...
I'm still looking at [debuglog1.txt](https://github.com/cybertec-postgresql/pg_squeeze/files/14622466/debuglog1.txt) that you provided earlier. Some backtraces in there look quite weird. Have you built the binary from source? And if so, did you always run...
It seems like too many problems unrelated to one another. I still suspect that the binary (`pg_squeeze.so`) is broken. To rule this out, can you please try to install REL1_6...
Thanks. I'm not seeing an obvious problem there. No idea what else I can do without the core dump.