-
After upgrading to postgresql 10.5 `PostgreSQL 10.5 (Debian 10.5-1.pgdg90+1)` replications start failing with `ERROR: no data left in message`.
It doesn't happen straight after the update but once…
-
`NUMERICOID` is encoded as a number in the JSON output, but decimals/numeric values are typically encoded as strings to preserve the precision and lengths without floating point abiguity. Gut feel is …
rcoup updated
7 years ago
-
Hi,
I'm using version 9.6.3 and cannot load the wal2json extension. I cannot see it when i list the available extensions as well.
I can however work with 'auto_complete' and apparently they were bot…
-
Hello again,
While testing some code path, I found that the content_size isn't used in every code path of pg_decode_mesage(), which can lead to erreoneous out. For instance:
```
rjuju=# SELECT…
rjuju updated
7 years ago
-
Hi, for columns such as `NUMERIC(10,3)`, we'll only see `NUMERIC` as a column type in corresponding messages, i.e. precision and scale are gone. It'd be great to have them, though, in order to derive …
-
Hi! I'm just starting to use `pgx`, it has been very good so far, thanks for writing it!
I'm using pgx to consume logical replication logs via `WaitForReplicationMessage` . I've come across a case …
-
Hello,
This is more of a question than an issue.
Assuming I have 3 concurrent transactions A,B and C all started at the same time x.
B happens to commit before A , and A commits before C.
So the c…
-
Hello,
I recently found out that bytea columns are not properly decoded. The bytea data comes in some
strange decoding that is not in any way similar to the source data.
Could this be some kind o…
-
Why can I not use `-o include_xids=1` or `-o include_timestamp=1` as options.
When I try to use these options when running `--start` i get the following error:
```
pg_recvlogical: unexpected te…
-
When I try to select/get changes with the following parameter :
'include_xids': '1',
'include_timestamp': '1',
'include_schemas': '1',
'include_types': '1',
'pretty_print' : '1'
there's …