Wikipedia entry - AmigaOS port - error?

Lists: pgsql-general
From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Wikipedia entry - AmigaOS port - error?
Date: 2010-04-01 16:03:24
Message-ID: 839805.58072.qm@web23603.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi Chaps,

Just noticed on the wikipedia page under rdbms, it lists postgresql as available on AmigaOS.

http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems

Is this just an error, as I see edb advanced server is also listed as available, or was there some working code at some point in time?

I'm just merely amused/interested, I've got a stupidly modified Amiga somewhere from my teenage years, but I doubt I'll be pulling it out to try.

Glyn


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Wikipedia entry - AmigaOS port - error?
Date: 2010-04-01 17:02:42
Message-ID: 18751.1270141362@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> writes:
> Just noticed on the wikipedia page under rdbms, it lists postgresql as available on AmigaOS.

> http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems

> Is this just an error, as I see edb advanced server is also listed as available, or was there some working code at some point in time?

I think it's probably bogus. There's some mention in very old versions
of the ports list of being able to run on top of NetBSD on Amiga
hardware. But unless somebody had code to duplicate the Unix syscall set
on AmigaOS, there'd have been no way to make PG run on that.

regards, tom lane


From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Wikipedia entry - AmigaOS port - error?
Date: 2010-04-01 21:28:13
Message-ID: 606470.2809.qm@web23607.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

--- On Thu, 1/4/10, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> > Just noticed on the wikipedia page under rdbms, it
> lists postgresql as available on AmigaOS.
>
> > http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems
>
> > Is this just an error, as I see edb advanced server is
> also listed as available, or was there some working code at
> some point in time?
>
> I think it's probably bogus.  There's some mention in
> very old versions
> of the ports list of being able to run on top of NetBSD on
> Amiga
> hardware.  But unless somebody had code to duplicate
> the Unix syscall set
> on AmigaOS, there'd have been no way to make PG run on
> that.
>

Thanks Tom, I thought as much, I recall the Amiga community being full of vaporware.

But I do remember there was a set of libs called ixemul (http://aminet.net/package/dev/gg/ixemul-bin) that a lot of people used to port unix apps to the Amiga with, probably not enough to port postgres though.

Glyn


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Wikipedia entry - AmigaOS port - error?
Date: 2010-04-01 21:40:29
Message-ID: 24145.1270158029@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> writes:
> But I do remember there was a set of libs called ixemul (http://aminet.net/package/dev/gg/ixemul-bin) that a lot of people used to port unix apps to the Amiga with, probably not enough to port postgres though.

Ah, I wondered if there might not be such a thing. However, according
to http://en.wikipedia.org/wiki/Ixemul.library it doesn't have support
for fork(), which would have been a complete showstopper back in the day
(though since the Windows port in 8.0 we can live without it). So that
pretty much kills any thought that it might've once worked and we just
forgot.

regards, tom lane


From: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Wikipedia entry - AmigaOS port - error?
Date: 2010-04-01 22:12:42
Message-ID: 471413.28841.qm@web23603.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

--- On Thu, 1/4/10, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> > But I do remember there was a set of libs called
> ixemul (http://aminet.net/package/dev/gg/ixemul-bin) that a lot
> of people used to port unix apps to the Amiga with, probably
> not enough to port postgres though.
>
> Ah, I wondered if there might not be such a thing. 
> However, according
> to http://en.wikipedia.org/wiki/Ixemul.library it doesn't
> have support
> for fork(), which would have been a complete showstopper
> back in the day
> (though since the Windows port in 8.0 we can live without
> it).  So that
> pretty much kills any thought that it might've once worked
> and we just
> forgot.
>

And now you mention it, I remember that was exactly the reason why the last version of perl for Amiga was 5.7.2, it says there was support for vfork() but not fork()

http://theory.uwinnipeg.ca/CPAN/perl/pod/perlamiga.html#perl_5_8_0_broken_in_amigaos

Glyn


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: Wikipedia entry - AmigaOS port - error?
Date: 2010-04-13 00:57:52
Message-ID: 201004130057.o3D0vqI11187@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Tom Lane wrote:
> Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> writes:
> > But I do remember there was a set of libs called ixemul (http://aminet.net/package/dev/gg/ixemul-bin) that a lot of people used to port unix apps to the Amiga with, probably not enough to port postgres though.
>
> Ah, I wondered if there might not be such a thing. However, according
> to http://en.wikipedia.org/wiki/Ixemul.library it doesn't have support
> for fork(), which would have been a complete showstopper back in the day
> (though since the Windows port in 8.0 we can live without it). So that
> pretty much kills any thought that it might've once worked and we just
> forgot.

I have removed the Amiga support mention for Postgres from Wikipedia:

http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems#Operating_system_support

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com