This is a discussion on oid2name optargs within the Pgsql Patches forums, part of the PostgreSQL category; --> oid2name requires an extern char*optarg to build on win32. Seems psql just adds it like this, so I guess ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| oid2name requires an extern char*optarg to build on win32. Seems psql just adds it like this, so I guess it can be done without any kind of #ifdefs.. //Magnu <<oid2name.diff>> s ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| ||||
| "Magnus Hagander" <mha@sollentuna.net> writes: > oid2name requires an extern char*optarg to build on win32. [ looks around... ] zic.c seems to need it too. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |