Re: [pgadmin-hackers] pgAdmin3_REL-1_0_0_PATCHES

2004-01-30 Thread Hiroshi Saito
Hi Andreas.

From: "Andreas Pflug" <[EMAIL PROTECTED]>

> Hi Hiroshi,
> typo is fixed (MSVC won't complain...)
Oh,windows is generous.(I say a complaint.):-)

> 
> There really should be a localeconv(), could you check locale.h for it?

Ah...
I tend to overlook a fundamental thing.

However
In file included from db/keywords.c:15:
./src/include/postgres.h:24:23: warning: no newline at end of file
In file included from db/keywords.c:21:
./src/include/parser/parse.h:711: warning: type defaults to `int' in declaration of 
`yylval'
utils/misc.cpp: In function `double StrToDouble(const wxString&)':
utils/misc.cpp:185: `localeconv' undeclared (first use this function)
utils/misc.cpp:185: (Each undeclared identifier is reported only once for each 
   function it appears in.)
gmake[2]: *** [misc.o] Error 1
gmake[1]: *** [all-recursive] Error 1

I want to put this in.

--- src/utils/misc.cpp.org  Sat Jan 31 09:24:22 2004
+++ src/utils/misc.cpp  Sat Jan 31 09:24:54 2004
@@ -22,6 +22,7 @@
 
 // Standard headers
 #include 
+#include 
 
 // App headers
 #include "misc.h"

> 
> Regards,
> Andreas

Thank you.:-)

regards,
Hiroshi Saito

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [pgadmin-hackers] pgAdmin3_REL-1_0_0_PATCHES

2004-01-30 Thread Andreas Pflug
Hiroshi Saito wrote:

Hi Andreas.

There is inconvenience in the stable present edition 
by the correspondence of the last patch.:-(

Won't you see it a little?

 

Hi Hiroshi,
typo is fixed (MSVC won't complain...)
There really should be a localeconv(), could you check locale.h for it?

Regards,
Andreas


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


Re: [pgadmin-hackers] Avaibility dates of Windows and MacOsX versions

2004-01-30 Thread Bruce Momjian
Jean-Michel POURE wrote:
> Dear friends,
> 
> For information, do some of you have any idea of a planned avaibility of the 
> PostgreSQL server Windows port (a simple "guess" would suffice, I know there 
> are no central planning except Bruce tracking page and the hacker list).

It runs now in the sense you can issue a query, but fails most
regression tests.  I would say we should pass regression tests in a few
weeks.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [pgadmin-hackers] Avaibility dates of Windows and MacOsX versions

2004-01-30 Thread Bruce Momjian
Jean-Michel POURE wrote:
> Dear friends,
> 
> For information, do some of you have any idea of a planned avaibility of the 
> PostgreSQL server Windows port (a simple "guess" would suffice, I know there 
> are no central planning except Bruce tracking page and the hacker list).

Here is an email on that status (patch has not been applied yet):

---


For application to HEAD, pending community review (rand.c to go in src/port)

Briefly,
 * configure + Makefile changes
 * shared memory attaching in EXEC_BACKEND case (+ minor fix for apparent
cygwin bug under cygwin/EXEC_BACKEND case only)
 * PATH env var separator differences
 * missing win32 rand functions added
 * placeholder replacements for sync etc under port.h


To those who are really interested, and there are a few of you: the attached
patch + file will allow the source base to be compiled (and, for some
definition, "run") under MingW, with the following caveats (I wanted to
first properly fix all but the last of these, but y'all won't quit asking
for a patch :-):

* child death: SIGCHLD not yet sent, so as a minimum, you'll need to
put in some sort of delay after StartupDatabase, and handle setting
StartupPID to 0 etc (ie. the stuff the reaper() signal function is supposed
to do)

* dirmod.c: comment out the elog calls

* dfmgr.c: some hackage required to substitute_libpath_macro 

* slru/xact.c: comment out the errno checking after the readdir
(fixed by next version of MingW)

Again, this is only if you *really* want to see postgres compile and start,
and is a nice leg-up for working on the other Win32 TODO list items. Just
don't expect too much else from it at this point...

Cheers,
Claudio

--- 
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see 
http://www.memetrics.com/emailpolicy.html";>http://www.memetrics.com/em
ailpolicy.html


-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org