pgSequence.cpp patch - Mailing list pgadmin-hackers

From Adam H.Pendleton
Subject pgSequence.cpp patch
Date
Msg-id 053F4941-89A9-11D7-A924-000A9566CE14@fmonkey.net
Whole thread Raw
List pgadmin-hackers
This is a patch against pgSequence.cpp to get it to compile on Mac OS
X.  Currently atoLongLong is #define'd as atoll() on UNIX, but Mac OS X
doesn't have an atoll().  Since atoll() is just a wrapper for strtoll()
and Mac has strtoll(), I just added another define.

In addition, there are some problems with the autoconf code on the Mac
platform which I will be fixing over the weekend.

ahp

Attachment

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: pgAdmin III preview snapshots now available
Next
From: Adam H.Pendleton
Date:
Subject: Mac Link Error