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
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
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
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
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);
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
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?
---
>
>
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!
---
>
>
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