Re: Postgresql iPhone - Mailing list pgsql-novice

From Tom Lane
Subject Re: Postgresql iPhone
Date
Msg-id 15545.1300462424@sss.pgh.pa.us
Whole thread Raw
In response to Postgresql iPhone  (Andrew Hoyt <hoytandrew540@gmail.com>)
Responses Re: Postgresql iPhone
List pgsql-novice
Andrew Hoyt <hoytandrew540@gmail.com> writes:
> Hello, im trying to get postgresql working on iPhone.  Everything builds
> fine, ./configure no flags.  I have all binaries compiled, but when running
> initdb I get the familiar problem with "Bad System Call"

Umm ... it would kind of surprise me if Apple had bothered to support
SysV IPC primitives in iOS.  You'd need to find replacements for our
sysv_shmem and sysv_sema modules.  It's possible that posix_sema would
work, although I'd bet against that too.  Basically, that's likely to be
a major port effort :-(

            regards, tom lane

pgsql-novice by date:

Previous
From: raghu ram
Date:
Subject: Re: Postgresql iPhone
Next
From: Joshua Tolley
Date:
Subject: Re: Accessing dead rows within postgresql