Thread: Contrib modules on Win32
I'm just building a new rlease of the win32 installer and have been compiling the contrib modules. As of todays CVS, the following modules do not compile on Win32. Note that I haven't even looked at why - I have enough to do with the installer and pgAdmin betas :-) cube dbase miscutil pg_logger pgbench pgcrypto seg tsearch All the rest compile OK, but I haven't tested any of them. Regards, Dave.
Hello, I am fixed the dbase contrib module. Unfortunately without any .dbf files, I don't know how to test it! Attached, two diff files with my modifications. Regards, Laurent ----- Original Message ----- From: "Dave Page" <dpage@vale-housing.co.uk> To: "PgSQL Win32 developers" <pgsql-hackers-win32@postgresql.org> Sent: Wednesday, September 08, 2004 1:07 PM Subject: [pgsql-hackers-win32] Contrib modules on Win32 I'm just building a new rlease of the win32 installer and have been compiling the contrib modules. As of todays CVS, the following modules do not compile on Win32. Note that I haven't even looked at why - I have enough to do with the installer and pgAdmin betas :-) cube dbase miscutil pg_logger pgbench pgcrypto seg tsearch All the rest compile OK, but I haven't tested any of them. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
Attachment
> -----Original Message----- > From: Laurent Ballester [mailto:postgresql.ballester@wanadoo.fr] > Sent: 08 September 2004 18:40 > To: Dave Page; PgSQL Win32 developers > Subject: Re: [pgsql-hackers-win32] Contrib modules on Win32 > > Hello, > > I am fixed the dbase contrib module. Unfortunately without > any .dbf files, I don't know how to test it! > > > Attached, two diff files with my modifications. Hey, my random emails do get read :-) It might be worth forwarding your patch to pgsql-patches@postgresql.org just so they don't get missed by the committers. Regards, Dave.
I did pgbench a couple days ago, but haven't provided a patch. Will fix it up and send a patch shortly, so this is just a heads-up to avoid duplicated effort. Cheers, Claudio > -----Original Message----- > From: Dave Page [mailto:dpage@vale-housing.co.uk] > Sent: Wednesday, 8 September 2004 9:07 PM > To: PgSQL Win32 developers > Subject: [pgsql-hackers-win32] Contrib modules on Win32 > > > I'm just building a new rlease of the win32 installer and have been > compiling the contrib modules. As of todays CVS, the following modules > do not compile on Win32. Note that I haven't even looked at > why - I have > enough to do with the installer and pgAdmin betas :-) > > cube > dbase > miscutil > pg_logger > pgbench > pgcrypto > seg > tsearch > > All the rest compile OK, but I haven't tested any of them. > > Regards, Dave. > > ---------------------------(end of > broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index > scan if your > joining column's datatypes do not match > --- Certain disclaimers and policies apply to all email sent from Memetrics. For the full text of these disclaimers and policies see <a href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em ailpolicy.html</a>
"Dave Page" <dpage@vale-housing.co.uk> writes: > As of todays CVS, the following modules > do not compile on Win32. > cube > dbase > miscutil > pg_logger > pgbench > pgcrypto > seg > tsearch I have applied patches that claim to fix all of these except pg_logger. pg_logger will be removed from CVS shortly (maybe tomorrow) unless there is a successful last-minute appeal for clemency ;-) Can someone confirm that contrib-minus-pg_logger now builds on Win32? Extra points for running "make installcheck" successfully ... regards, tom lane