[BUGS] Compile fail on 7.1b6 on cygwin with --enable-cassert

2001-03-23 Thread pgsql-bugs
stuart ([EMAIL PROTECTED]) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description Compile fail on 7.1b6 on cygwin with --enable-cassert Long Description Postgresql-7.1beta6 uname -srm CYGWIN_98-4.10 1.1.7(0.31/3/2) i586 spec: win98SE, PIII 733MHz, 64MB H

Re: [BUGS] Compile fail on 7.1b6 on cygwin with --enable-cassert

2001-03-23 Thread Tom Lane
[EMAIL PROTECTED] writes: > dllwrap -o plpgsql.dll --dllname plpgsql.dll --def plpgsql.def pl_parse.o >pl_handler.o pl_comp.o pl_exec.o pl_funcs.o ../../../../src/utils/dllinit.o >-L../../../../src/backend -lpostgres -lcygipc -lcygwin -lcrypt -lkernel32 > pl_exec.o(.text+0x709):pl_exec.c: unde

[BUGS] return error from date_part

2001-03-23 Thread pgsql-bugs
Antonio Murillo ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description return error from date_part Long Description I've Postgres 7.02, run in Linux "RedHat 7.0 i386". When I have a specific select, only whitch this date return a erro

Re: [BUGS] return error from date_part

2001-03-23 Thread Tom Lane
[EMAIL PROTECTED] writes: > When I have a specific select, only whitch this date return a error. > "SELECT date_part('day',fecha) AS day FROM fecha; > day | fecha > -+ > 24 | 2001-03-25 > (1 row) Is that a daylight-savings-time transition day in your timezone? If so, this i

Re: [BUGS] 7.0.3 postmaster memory leak with aborted transactions

2001-03-23 Thread Tom Lane
Richard Ellis <[EMAIL PROTECTED]> writes: > Watch the resident set size of the postmaster that the psql is connected > to as the while loop pumps data into psql. As transactions are aborted, > the RSS of the postmaster continues to grow. Looks like postmaster is > leaking memory somewhere. Seem

Re: [BUGS] NetBSD 1.4.2/i386 needs to link psql with -ltermcap

2001-03-23 Thread Giles Lean
Peter Eisentraut wrote > This should be detected by configure. E.g., on my system I get > > | checking for readline... yes (-lreadline -ltermcap) > > (-lreadline and -ledit are equivalent for computational purposes). On NetBSD-1.4.2 is that the link test works with -ledit, and indeed psql bu