-
May i know how to setup wal2json in Babelfish for ubuntu server can anyone please provide the steps.
I am using PostgreSQL 16 and Babelfish version 4.2.0
-
Is adding support for wal2json on the table given the storage layer?
-
## Motivation
Requested by a customer
See: https://github.com/eulerto/wal2json
## DoD
## Implementation ideas
## Tasks
- [ ]
## Other related tasks and Epics
-
-
Jira Link: [DB-4592](https://yugabyte.atlassian.net/browse/DB-4592)
In raft_consensus.cc search for "This hybrid_time has no meaning from a serialization perspective". Figure out what are the implica…
-
Hi! First of all - thank you for you library! It's great!
But currently when used with wal2json - it does not allow to determine which row was deleted or updated, right?
Because `oldKeys` is not…
-
I cannot get the demo running with `wal2json` as the output plugin. The message format looks completely different between `wal2json` and `pgoutput`. FWIW, I tried with both the format versions of `wal…
-
I'm trying to compile wal2json on Mac M1 (commit - 75629c2e1e81a12350cc9d63782fc53252185d8d ) with pg_conf as:
```
BINDIR = /Users/USER/anaconda3/bin
DOCDIR = /Users/USER/anaconda3/share/doc
HTM…
-
So my questions is:
I wanna use `wal2json` instead of `pgoutput` or `test_decoding` output plugin, how to determine `clientXLogPos ` when application consume message succeess.
In your `pglogrepl_dem…
-
## Step to reproduce the problem
1. Create matview on source
```
create materialized view metrics_count AS SELECT 1;
```
2. Launch pgcopydb with follow
```
pgcopydb clone --follow
```
3…
-
~~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…