Are there still non-ELF BSD systems?

Started by Peter Eisentrautalmost 7 years ago3 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

The shared library code has some support for non-ELF BSD systems. I
suspect that this is long obsolete. Could we remove it? See attached.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachments:

0001-Remove-support-for-non-ELF-BSD-systems.patchtext/plain; charset=UTF-8; name=0001-Remove-support-for-non-ELF-BSD-systems.patch; x-mac-creator=0; x-mac-type=0Download+28-110
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: Are there still non-ELF BSD systems?

Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:

The shared library code has some support for non-ELF BSD systems. I
suspect that this is long obsolete. Could we remove it? See attached.

I checked around a bit ... all of the *BSD systems in the buildfarm
report ELF_SYS='true', so it's safe to say that the code you want to
remove is untested.

Excavation in the various BSDens' change logs suggests that the last
one to fully drop a.out was OpenBSD, which didn't do so until 5.5
(released 1 May 2015). That's more recent than I'd have hoped for,
though it looks like the holdout architectures were ones we don't
support anyway (e.g., m68k, vax).

If we're considering this change for v13, it's hard to believe
there'd be any objections in practice.

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#2)
Re: Are there still non-ELF BSD systems?

On 2019-06-12 16:06, Tom Lane wrote:

Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
I checked around a bit ... all of the *BSD systems in the buildfarm
report ELF_SYS='true', so it's safe to say that the code you want to
remove is untested.

Excavation in the various BSDens' change logs suggests that the last
one to fully drop a.out was OpenBSD, which didn't do so until 5.5
(released 1 May 2015). That's more recent than I'd have hoped for,
though it looks like the holdout architectures were ones we don't
support anyway (e.g., m68k, vax).

If we're considering this change for v13, it's hard to believe
there'd be any objections in practice.

committed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services