If one installs 12.1 and tries to run a 12.0 release package (postgresql
server for instance), it fails due to a missing symbol:
# service postgresql start
/usr/local/bin/pg_ctl: Undefined symbol "stat@FBSD_1.5"
I think this is a bug as we are supposed to support this kind of thing,
right?
sean
On Wed, Sep 18, 2019, 10:05 PM Sean Bruno wrote:
> If one installs 12.1 and tries to run a 12.0 release package (postgresql
> server for instance), it fails due to a missing symbol:
>
> # service postgresql start
> /usr/local/bin/pg_ctl: Undefined symbol "stat@FBSD_1.5"
>
> I think this is a bug
> On 19 Sep 2019, at 00:05, Sean Bruno wrote:
>
> If one installs 12.1 and tries to run a 12.0 release package (postgresql
> server for instance), it fails due to a missing symbol:
>
> # service postgresql start
> /usr/local/bin/pg_ctl: Undefined symbol "stat@FBSD_1.5"
>
> I think this is a
On Wed, Sep 18, 2019 at 03:05:34PM -0600, Sean Bruno wrote:
> If one installs 12.1 and tries to run a 12.0 release package (postgresql
> server for instance), it fails due to a missing symbol:
>
> # service postgresql start
> /usr/local/bin/pg_ctl: Undefined symbol "stat@FBSD_1.5"
>
> I think th