aws / postgresql-logfdw

Apache License 2.0
22 stars 6 forks source link

back port to postgresql 12 and 13, maybe 11 #13

Open youattd opened 1 year ago

youattd commented 1 year ago

Describe the problem

Current version of log_fdw builds on pg 14 and 15 but nothing older. The current source depends on ./src/include/commands/copyfrom_internal.h and related objects, that don't exist prior to pg14

Support for log_fdw for currently supported pg versions

Describe the proposal

Backport log_fdw to pg versions prior to pg14

Support for log_fdw on pg11, pg12, pg13

jkatz commented 1 year ago

Hi @youattd -- Thanks for your suggestion. I think this is generally reasonable.

Given that PostgreSQL 11 is EOL in less than 6 months, is there a specific reason that you're looking for support on this version?