-
https://github.com/eulerto/wal2json/commit/1b0cbac484f4fe5db80445f6721957511b4de7b7 introduces a new format:
> This is a new format for wal2json. You can choose it using option 'format-version' = 2. …
-
Hello!
I found an ambiguity with regard to the license.
Looking at the file:
https://github.com/eulerto/wal2json/blob/master/README.md
It says "wal2json is released under PostgreSQL license."
…
-
Building against 12beta1, the regression tests fail pretty loudly. The new floating point precision is likely the reason, but there might be more (the log is really too long to read). Crisp excerpt:
…
df7cb updated
4 years ago
-
I use plugin over system procs (pg_logical_slot_peek_binary_changes and pg_logical_slot_get_binary_changes) since postrgres live behind pgbouncer. Some times (on one of our db servers) consumer proces…
-
Our primary use for testing RDS with LocalStack involves mocking the setup and consumption of Postgres Logical Replication slots.
One of the things we typically need to do when bootstrapping this p…
-
Hi.
E.g. the resulting JSON may have something like: `"columnvalues":[2001000009664553892,...]` and, when passed to JSON.parse(), this value is silently converted to `2001000009664554000` (notice t…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
**Describe the bug**
Currently the Debezium postgres source produces KeyValueSchema to the topics. Support is required for Avro schema type.
**To Reproduce**
Steps to reproduce the behavior:
1. …
-
Im having an issue installing wal2json on my centos:
[ekrem@localhost wal2json]$ USE_PGXS=1 make
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissi…
-
Howdy folks,
Getting an issue when using **wal2json_streaming**.
I get a null pointer exception when a null value is encountered.
Can **wal2json_streaming** handle null values?