Re: Macintosh OS 9.1 front end C interface

From: liam <allenwc(at)home(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Macintosh OS 9.1 front end C interface
Date: 2001-04-04 18:31:32
Message-ID: a05010406b6f1173e7336@[24.69.192.186]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

At 2:20 PM -0400 4/4/01, Tom Lane wrote:
>liam <allenwc(at)home(dot)com> writes:
>> Okay, I've done a bunch of munging and I've gotten libpq-fe.c to at
>> least connect from Mac OS9.1 to the postgresql server.
>
>Cool.
>
>> Anyone done this already so I can go back to sleep?
>
>Not that I know of.
>
>> If not, what's my best approach?
>
>How extensive are the patches? It's too late for 7.1 but we might be
>interested in adopting them for 7.2 ...

I haven't patched the entire front end, only the PQconnectdb function
works at the moment.

Most of the changes involve replacing the standard Unix headers with
their Mac counter parts. Some functions have to be written from
scratch or ported from Unix, like strdup for example.
The biggest source of pain is that Mac just doesn't have all the
libraries that Unix does. Sigh.

It is going to be a BIG job, which is why I was hoping someone else
had done it already.

Oh well, I guess I'll plod along. I'll build it as a CodeWarrior
project for Mac with a target of "library" if that's alright?

Any words of wisdom on best ways to do this?
--
Later . . . 'liam

allenwc(at)home(dot)com
William C Allen, BLS, EET

"It may be that your sole purpose in life is to serve as a warning to others"
At least I /have/ a purpose!

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message liam 2001-04-04 18:39:26 Libpq-fe.c
Previous Message Tom Lane 2001-04-04 18:20:34 Re: Macintosh OS 9.1 front end C interface