-
~~We're currently relying on positions in a list to parse the wal2json output in the pgbk change feed; this is fragile, and when it breaks it leads to obscure errors (see #29911). We should make the p…
-
Data is not syncing between postgres:16-bookworm ( with wal2json installed) and meilisync.
Logs:
```
2024-01-13 09:02:33 2024-01-13 08:02:33.273 | INFO | meilisync.main:_:101 - Start incremen…
-
**Describe the bug**
We ran into the problem that particular columns ended up `NULL` in the data warehouse after logical replication updates. After diving into the problem we discovered that this h…
-
### Feature description
The new package `@graphile/lds2` is in essence a copy of the current implementation with two changes (1 & 2) and one addition (3):
1. Minimal required version of [wal2jso…
-
Hello, I've been using wal2json to export changes from a Postgres instance. I use `pg_logical_slot_peek_changes` to obtain changes and then `pg_replication_slot_advance` to advance the slot separately…
-
```
void OutboundCall::CallCallback() {
int64_t start_cycles = CycleClock::Now();
{
callback_();
// Clear the callback, since it may be holding onto reference counts
// via bound…
-
Jira Link: [DB-5019](https://yugabyte.atlassian.net/browse/DB-5019)
This page might have some relevant options:
https://github.com/google/sanitizers/wiki/SanitizerCommonFlags
[DB-5019]: https://y…
-
Our integration (using Stitch, but anyone using tap-postgres would experience this) keeps hitting the [Out of Memory error when it encounters a large transaction](https://github.com/eulerto/wal2json/i…
idris updated
4 years ago
-
**This is a bug tracker**
**Please complete the following information:**
- OS: Docker image - FROM python:3.9-slim-buster
- Psycopg version: psycopg2-binary==2.9.3
- Python version: 3.9
- Postg…
-
Hi,
I'm implementing a CDC use-case and found your library which is pretty cool (thanks for this 🙂).
Reading #17 + some Debezium posts saying they deprecated wal2json usage for pgoutput; I came …