Re: [EXTERNAL] Oracle FDW version

Ian Lawrence Barwick <barwick@gmail.com>

From: Ian Lawrence Barwick <barwick@gmail.com>
To: Christophe Pettus <xof@thebuild.com>
Cc: Jethro Elmer Sanidad <jethroelmersanidad@gardenia.com.ph>, Adrian Klaver <adrian.klaver@aklaver.com>, umair.shahid@gmail.com, pgsql-general@lists.postgresql.org
Date: 2023-08-23T06:04:15Z
Lists: pgsql-general
2023年8月23日(水) 12:47 Christophe Pettus <xof@thebuild.com>:
>
>
>
> > On Aug 22, 2023, at 19:57, Jethro Elmer Sanidad <jethroelmersanidad@gardenia.com.ph> wrote:
> >
> > Hello,
> >
> > I tried both the 1.5.0 and 2.0.0. Both returned error during 'make' command. Please see below:
>
> The API between PostgreSQL and foreign data wrappers has changed significantly since 9.4.  As Tom mentioned, you need to upgrade your server to something in-support.

FWIW oracle_fdw should actually build against PostgreSQL as far back as 9.3
(though finding packages would be a fruitless endeavour); the documentation
does explicitly mention that it will likely not build against forks which are
not compatible with the community code [1].

[1] https://github.com/laurenz/oracle_fdw#5-installation-requirements

Regards

Ian Barwick