Re: [BUGS] Mac OS X make check errors...

2004-10-18 Thread Neil Conway
On Tue, 2004-10-19 at 10:36, Tom Lane wrote: > --disable-shared means you do not get any of the backend extensions that > come as shared libraries; this includes plpgsql (and the other PL > languages if you had tried to build 'em) as well as character set > conversions. I think the tests that fail

[BUGS] [Fwd: Re: misc/72498: Libc timestamp code on jailed SMP machine generates incorrect results]

2004-10-18 Thread Justin Clift
Hi all, Does anyone have further input on this? Regards and best wishes, Justin Clift Justin Clift wrote: Subject: [Fwd: Re: misc/72498: Libc timestamp code on jailed SMP machine generates incorrect results] From: Justin Clif

[BUGS] finger print (minutias)

2004-10-18 Thread Ivan Esteban Rivera Uria
Title: finger print (minutias) Hi. I would like to know if it posible record a minutias code in Postgre SQL, it is a binary data Ivan E. Rivera Uria Company: BNC MEXICO Phone Number: +(52)-55-5241-0670 Fax Number:   +(52)-55-5241-0680 Direct Number:+(52)-55-5241-0688 Company Mail:

Re: [BUGS] BUG #1286: indices not used after a pg_restore

2004-10-18 Thread Federico Di Gregorio
On Thu, 2004-10-14 at 06:54 -0400, Tom Lane wrote: > "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > > After a pg_dump/pg_restore (using the tar format) queries that were using > > the indices don't use them anymore until the indices are dropped and > > recreated. After that the indices are

Re: [BUGS] Mac OS X make check errors...

2004-10-18 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> writes: > I just tried the newest beta (3) and for the first > time I am getting multiple errors in 'make check'. > this is my configure line... > ./configure --with-rendezvous --enable-thread-safety > --disable-shared > ... > 7 of 96 tests failed, 1 of these

Re: [BUGS] BUG #1289: make install failed

2004-10-18 Thread Peter Eisentraut
PostgreSQL Bugs List wrote: > The make install fail at ./src/nls-global.mk : > line 67:for lang in $(LANGUAGES); do > because $(LANGUAGES) is null. That by itself would not be an error. Can you post a more complete output? But 7.2.5 is old anyway. You might want to try a newer versi

[BUGS] BUG #1289: make install failed

2004-10-18 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1289 Logged by: nicolas Ferragu Email address: [EMAIL PROTECTED] PostgreSQL version: 7.2.5 Operating system: RedHat AS 2.1 Description:make install failed Details: The make install fail at ./src/nls-globa