| From: | Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgSequence.cpp patch |
| Date: | 2003-05-17 22:37:53 |
| Message-ID: | 32575F10-88B8-11D7-9C18-000A9566CE14@fmonkey.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| pgSequence.cpp.patch | application/octet-stream | 367 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adam H.Pendleton | 2003-05-17 22:42:53 | Compile error |
| Previous Message | Dave Page | 2003-05-17 13:39:20 | Re: pga2: beta release |