Thread: Wikipedia entry - AmigaOS port - error?
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 pointin time? I'm just merely amused/interested, I've got a stupidly modified Amiga somewhere from my teenage years, but I doubt I'll bepulling it out to try. Glyn
Glyn Astill <glynastill@yahoo.co.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 somepoint 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
--- On Thu, 1/4/10, Tom Lane <tgl@sss.pgh.pa.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 peopleused to port unix apps to the Amiga with, probably not enough to port postgres though. Glyn
Glyn Astill <glynastill@yahoo.co.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 peopleused 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
--- On Thu, 1/4/10, Tom Lane <tgl@sss.pgh.pa.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 saysthere was support for vfork() but not fork() http://theory.uwinnipeg.ca/CPAN/perl/pod/perlamiga.html#perl_5_8_0_broken_in_amigaos Glyn
Tom Lane wrote: > Glyn Astill <glynastill@yahoo.co.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 peopleused 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@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com