Re: [BUGS] BUG #4479: Incorrect TSearch2 results when inserting after deleting

2008-10-23 Thread Nikolay Samokhvalov
I want to say many thanks to Teodor for really quick bug fixing. Currently we are waiting for decision when official bugfix will be issued (we had to make some workarounds for production environment and thinking, what to do -- rollback to 8.3.3 or apply the patch). So the question is when 8.3.5 w

[BUGS] bug in pageinspect contrib modul

2008-10-23 Thread Zdenek Kotala
The following code is in btreefuncs.c function GetBTPageStatistics: stat->max_avail = BLCKSZ - (BLCKSZ - phdr->pd_special + SizeOfPageHeaderData); I think it should be: stat->max_avail = BLCKSZ - (phdr->pd_special + SizeOfPageHeaderData); Zdenek -- Zdenek Kotala

Re: [BUGS] bug in pageinspect contrib modul

2008-10-23 Thread Heikki Linnakangas
Zdenek Kotala wrote: The following code is in btreefuncs.c function GetBTPageStatistics: stat->max_avail = BLCKSZ - (BLCKSZ - phdr->pd_special + SizeOfPageHeaderData); I think it should be: stat->max_avail = BLCKSZ - (phdr->pd_special + SizeOfPageHeaderData); Umm, I don't think so. pd_spec

Re: [BUGS] Upgrade from 7.4.5 to 8.3.3

2008-10-23 Thread Zdenek Kotala
I guess we don't have locale mapping for SCO OpenServer5.7. See http://doxygen.postgresql.org/chklocale_8c-source.html Could you run following code: http://archives.postgresql.org/pgsql-hackers/2007-09/msg01168.php and send output. Zdenek Harvey, Allan AC napsal(a): During an upgrade

Re: [BUGS] bug in pageinspect contrib modul

2008-10-23 Thread Zdenek Kotala
Heikki Linnakangas napsal(a): Zdenek Kotala wrote: The following code is in btreefuncs.c function GetBTPageStatistics: stat->max_avail = BLCKSZ - (BLCKSZ - phdr->pd_special + SizeOfPageHeaderData); I think it should be: stat->max_avail = BLCKSZ - (phdr->pd_special + SizeOfPageHeaderData);

Re: [BUGS] ftp server symlink

2008-10-23 Thread Bruce Momjian
Thanks, fixed, sources -> source. --- hubert depesz lubaczewski wrote: > there is a typo on postgresql ftp server: > > => lftp ftp.postgresql.org > lftp ftp.postgresql.org:~> cd pub > cd ok, cwd=/pub > lftp ftp.postgresql.o

Re: [BUGS] ftp server symlink

2008-10-23 Thread Bruce Momjian
Bruce Momjian wrote: > > Thanks, fixed, sources -> source. Oops, sorry, I did not fix it. I fixed it on developer.postgresql.org, but that is not where ftp.postgresql.org is pointed to. Marc? --- > >

Re: [BUGS] ftp server symlink

2008-10-23 Thread Bruce Momjian
Marc G. Fournier wrote: > > ftp.postgresql.org sync's off of developer.postgersql.org every ... 6 > hours, I believe it is ... Ah, you are correct, and ftp.postgresql.org shows the proper symlink now --- thanks! --- > >

Re: [BUGS] BUG #4486: CSV feature request

2008-10-23 Thread Bruce Momjian
Andrew Grillet wrote: > > The following bug has been logged online: > > Bug reference: 4486 > Logged by: Andrew Grillet > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3 > Operating system: Windows XP > Description:CSV feature request > Details: > > Excel