Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread D. Jay Newman
>"Agboh, Charles" <[EMAIL PROTECTED]> writes: >> gcc generated a fatal error message. >> gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) I've gotten that error before, and heard that it is do to a swapping/memory problem. Try restarting the compile (a few times if necessary)

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread Tom Lane
Thomas Lockhart <[EMAIL PROTECTED]> writes: > I've built PostgreSQL with egcs and gcc-2.95 over and over and over, > without seeing it tickle a compiler bug. Ditto... but I don't recognize the gcc compiler version he mentioned. It might be one of those not-so-stable releases.

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread Thomas Lockhart
> > gcc generated a fatal error message. > > gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) > > Can you help? > You're complaining to the wrong people. See the gcc documentation for > their bug-reporting address. I've built PostgreSQL with egcs and gcc-2.95 over and over an

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread Tom Lane
"Agboh, Charles" <[EMAIL PROTECTED]> writes: > gcc generated a fatal error message. > gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) Yipes. > Can you help? You're complaining to the wrong people. See the gcc documentation for their bug-reporting address.

[BUGS] compilation error on linux mandrake

2000-12-14 Thread Agboh, Charles
gcc version : pgcc 2-19.66 flex version: 2.5.4 linux kernal: 2.2.13-4mdk postgresql version: 7.0.2 processor: Intel P120 w/40 M RAM Problem: --- gcc generated a fatal error message. gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) Can you help? -charles ---

Re: [BUGS] Windows ODBC tables list (with 7.1 CVS)

2000-12-14 Thread Joel Burton
> I've used Windows ODBC driver to connect to database with previous > installation (7.0.2 - rpm version) and all was fine. Now after > upgrading to CVS version of postgres I have a problem - ODBC tables > list is EMPTY! But all applications that 'knows' table name can access > it normally. >

[BUGS] to_char() causes backend to close connection

2000-12-14 Thread Kovacs Zoltan Sandor
Hi, this query gives different strange results: select to_char(now()::abstime,'YYMMDDHH24MI'); I get e.g. a "backend closed the channel unexpectedly..." error with successful or failed resetting attempt (indeterministic) or ERROR: to_char/to_number(): not unique decimal poit or NOTICE: Por

[BUGS] More on previous bug report

2000-12-14 Thread Bruno Wolff III
I think the problem is somehow related to roman numeral conversion when some values are null. The following seems to work: select case when gen is not null then to_char(gen,'rn') else null end, case when gen is not null then to_char(gen+1,'rn') else null end from cname; While the following doesn'