Re: [BUGS] Conversion errors for datetime fields

2001-01-02 Thread Larry Rosenman
* Bruce Momjian <[EMAIL PROTECTED]> [010102 01:49]: > > Looking at Page 166 of "SQL-99 Complete, Really" by Peter Gulutzan & > > Trudy Peltzer, R&D Books, ISBN 0-87930-568-1, 1st bullet: > > That is a strange name for a book. :-) They explain the title as meaning they don't refer you off to anot

Re: [BUGS] AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem

2001-01-02 Thread Tom Lane
"Travis W. Pouarz" <[EMAIL PROTECTED]> writes: > Does the regression test the optional interfaces such as tcl and odbc? No, just the core code (and even there, the coverage is pretty limited, but it's a lot better than nothing...) > Here are the fails: > timestamp... FAILED > t

[BUGS] PostgreSQL 7.0.3: Memory leak in ESQL library

2001-01-02 Thread Thorsten Knabe
Hello, I've found a memory leak in libecpg of PostgreSQL 7.0.3. The leak is caused by the memory allocation in src/interfaces/ecpg/lib/execute.c in line 669 which is never freed. Adding a "free(array_query);" after PQexec in line 671 seems to fix the leak. Regards Thorsten -- E-M

Re: [BUGS] AIX 4.3.1, 7.0.3 build annoyances: C++ comments, make all, macro problem

2001-01-02 Thread Travis W. Pouarz
On Mon, 1 Jan 2001, Tom Lane wrote: > Running the regression tests (src/test/regress) would be a more thorough > test that things are working. Right. Does the regression test the optional interfaces such as tcl and odbc? Here are the fails: timestamp... FAILED test geometry

Re: [BUGS] AIX 4.3.1, 7.0.3 build annoyances: C++ comments, makeall, macro problem

2001-01-02 Thread Peter Eisentraut
Travis W. Pouarz writes: > ar crs libpgtcl.a pgtcl.o pgtclCmds.o pgtclId.o > touch libpgtcl.a > ../../../src/backend/port/aix/mkldexport.sh libpgtcl.a > libpgtcl.exp > cc -O -qtune=p2sc -qmaxmem=8192 -Wl,-H512 -Wl,-bM:SRE > -Wl,-bI:../../../src/backend/postgres.imp -Wl,-bE:libpgtcl.exp -o > libpg

Re: [BUGS] PostgreSQL 7.0.3: Memory leak in ESQL library

2001-01-02 Thread Bruce Momjian
Yes, I see the problem you reported. Here is the patch I have applied. Thanks. > Hello, > > I've found a memory leak in libecpg of PostgreSQL 7.0.3. > The leak is caused by the memory allocation in > src/interfaces/ecpg/lib/execute.c in line 669 which is never freed. > Adding a "free(array_que

Re: [BUGS] vacuum analyze fails with latest cvs version

2001-01-02 Thread Jukka Honkela
On Mon, 1 Jan 2001, Tom Lane wrote: >[EMAIL PROTECTED] writes: >> Problem 1: "vacuum messages;" works but "vacuum analyze messages;" >> kills the backend. > >We have absolutely no hope of responding to a bug report with only >that amount of information. How about a backtrace from the core >file?