Peter Eisentraut
Peter Eisentraut
PG15 support is in progress and should be released in time for the PG15 release.
This is now available in version 2.4.2.
This kind of thing is not supported. A row filter can only look at its own table.
You need to provide more details, like what platform you are on, how you installed PostgreSQL proper, what commands you used to build pglogical, etc.
Please show all the exact commands and the full output from `make`.
Maybe you need to install the -dev packages that correspond to those missing libraries.
> Have you tried using the front matter key named as `tags` instead of the singular? That doesn't make a difference. I can see that Jekyll proper parses the tags...
Oh, I found this in the code: https://github.com/jekyll/jekyll-feed/blob/21a7fc9ef03ac954be4d64c8ea34918ee76e58f4/lib/jekyll-feed/generator.rb#L92-L94 I would say: * It is probably unnecessary to be so strict. Slashes need to be prohibited, but most other things should...
Storing the json data gzipped is kind of silly anyway, because PostgreSQL will already compress column values automatically.
The `test_cancel` etc. failures are fixed by https://github.com/postgres/postgres/commit/4a6de748d3429cfa081942c46411d62341867bfd.