Euler Taveira

Results 167 comments of Euler Taveira

JSON spec does not allow strings as numbers. See issue #245 . PR #255 implemented it (commit bb7cd50). This feature should be in the next wal2json version.

@DimCitus I'm planning to create the release after PGCon. I'm still want to include a replication progress patch to this next release too. Expect a new release until the end...

@yichao-figma Sorry about the late reaction. Are you using format 1, right? I can reproduce it with the following test case. ``` INSERT INTO w2j_rename_ri (g, b, c, f, e)...

@anilgol Read this [comment](https://github.com/eulerto/wal2json/issues/214#issuecomment-947747801).

Does it still need the README hunk?

PGXS uses the same compiler reported by `CC` in the `pg_config` output. You can specify your compiler using the following command: ``` # I'm assuming clang is in your PATH,...

Could you describe the steps you are using to build PgBouncer? Doesn't `make -C doc clean` fix it?

You didn't provide enough information. Start with the PgBouncer version: `pgbouncer -V` Can you reproduce the issue? If so, provide a test case.

The main problem is that SHOW is not flexible (like a SELECT that we can choose columns). I think about a new parameter, however, the SHOW command will be dependent...