[BUGS] Docbook DSSSL Stylesheets link is broken

2008-10-31 Thread Gabriele Bartolini
Hi guys, the link to the "Docbook DSSSL Stylesheets" (http://docbook.sourceforge.net/projects/dsssl/index.html) in the Documentation Appendix, section Tool sets is broken. You can test the link from here: http://www.postgresql.org/docs/current/static/docguide-toolsets.html Some of the p

Re: [BUGS] BUG #4496: Memory leak in pg_dump.c?

2008-10-31 Thread Zdenek Kotala
Aggro napsal(a): I think all information is collected and they are used for all pg_dump run. It does not make sense to free them. See line 725. Zdenek But is the memory freed at some point? E.g. when program shuts down? If it is not freed ever, then it is a memory leak. I'm i

Re: [BUGS] BUG #4494: Memory leak in pg_regress.c

2008-10-31 Thread Zdenek Kotala
[EMAIL PROTECTED] napsal(a): The following bug has been logged online: Bug reference: 4494 Logged by: Email address: [EMAIL PROTECTED] PostgreSQL version: Latest cvs Operating system: Error in source code Description:Memory leak in pg_regress.c Details: In file

Re: [BUGS] BUG #4496: Memory leak in pg_dump.c?

2008-10-31 Thread Francisco Olarte Sanz
On Thursday 30 October 2008, Tomáš Szépe wrote: > > A pg_dump run is comparatively short-lived, so if Zdenek is right then > > there's no important leak here -- we're counting on program exit to > > release the memory. There's probably little point in releasing things > > earlier than that. > > W

[BUGS] BUG #4508: bug #4389 could not reattach to shared memory

2008-10-31 Thread dta
The following bug has been logged online: Bug reference: 4508 Logged by: dta Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 Operating system: Vista (windows 2008) Description:bug #4389 could not reattach to shared memory Details: Hi, when I follow the adv

Re: [BUGS] BUG #4496: Memory leak in pg_dump.c?

2008-10-31 Thread Kevin Grittner
>>> Francisco Olarte Sanz <[EMAIL PROTECTED]> wrote: > Similarly nearly nobody bothers > to fclose() stdin/out/err On that one, maybe it should be done more often. In writing pg_clearxlogtail I found that closing stdout improved performance markedly. This was a filter piping from disk into gz

Re: [BUGS] Upgrade from 7.4.5 to 8.3.3

2008-10-31 Thread Harvey, Allan AC
Zdenek, > Harvey, Allan AC napsal(a): > > Zdenek, > > > >> Hmm, It does not look good. Your OS does not return proper > >> information about > >> codeset. Following code is broken: > >> > >>setlocale(LC_CTYPE, ctype); > >>sys = nl_langinfo(CODESET); > >>sys = strdup(sys); > >> > >>