12.1 release symbol incompatibility?

2019-09-18 Thread Sean Bruno
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

Re: 12.1 release symbol incompatibility?

2019-09-18 Thread Warner Losh
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

Re: 12.1 release symbol incompatibility?

2019-09-18 Thread Christos Chatzaras
> 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

Re: 12.1 release symbol incompatibility?

2019-09-18 Thread Konstantin Belousov
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