Re: [BUGS] Bug with Tsearch and tsvector

2010-04-29 Thread Jasen Betts
On 2010-04-26, Kevin Grittner kevin.gritt...@wicourts.gov wrote: Tom Lane t...@sss.pgh.pa.us wrote: From the RFC: | control = US-ASCII coded characters 00-1F and 7F hexadecimal | space = US-ASCII coded character 20 hexadecimal | delims = | | # | % | | unwise = { | }

Re: [BUGS] Bug with Tsearch and tsvector

2010-04-29 Thread Tom Lane
Jasen Betts ja...@xnet.co.nz writes: \ is popular in URIs on some platfroms, or is URI a different beast I hope not, because \ is explicitly disallowed by both the older and newer versions of that RFC. I did think of proposing that we allow \ and : in FilePath, which is currently pretty

[BUGS] BUG #5441: Why Not?????

2010-04-29 Thread sibal
The following bug has been logged online: Bug reference: 5441 Logged by: sibal Email address: si...@sibal.com PostgreSQL version: 8.4 Operating system: windowsxp Description:Why Not? Details: Why Not Download PG8.4? -- Sent via pgsql-bugs mailing list

[BUGS] BUG #5442: Postgres crash when closing a /console mstsc session

2010-04-29 Thread
The following bug has been logged online: Bug reference: 5442 Logged by: Email address: sdelfo...@free.fr PostgreSQL version: 8.4.3 Operating system: Windows 2003 Description:Postgres crash when closing a /console mstsc session Details: Hello, I have nearly the

Re: [BUGS] BUG #5442: Postgres crash when closing a /console mstsc session

2010-04-29 Thread Juan C. Aragon
I have same problem with one of my servers, but never found the solution. PostgreSQL version: 8.4.1 Operating system: Windows 2003 Enterprise Juan C. Aragon -Original Message- From: pgsql-bugs-ow...@postgresql.org [mailto:pgsql-bugs-ow...@postgresql.org] On Behalf Of sdelfo...@free.fr

Re: [BUGS] BUG #5441: Why Not?????

2010-04-29 Thread Kevin Grittner
sibal si...@sibal.com wrote: Description:Why Not? Why Not Download PG8.4? It's not clear what bug you think you've seen. If the problem is that you're having trouble downloading a file, we'd need a lot more information (like the URL from which you're trying to download)

[BUGS] plpython memory leak uppon empty resultsets in all versions

2010-04-29 Thread Andres Freund
Hi all, plpython[u] leaks memory in PLy_spi_execute_fetch_result in the following snippet: Py_DECREF(result-nrows); result-nrows = PyInt_FromLong(rows); PLy_typeinfo_init(args); oldcontext = CurrentMemoryContext; PG_TRY(); { if (rows) { Py_DECREF(result-rows);

Re: [BUGS] BUG #5442: Postgres crash when closing a /console mstsc session

2010-04-29 Thread Craig Ringer
On 29/04/2010 8:26 PM, sdelfo...@free.fr wrote: The following bug has been logged online: Bug reference: 5442 Logged by: Email address: sdelfo...@free.fr PostgreSQL version: 8.4.3 Operating system: Windows 2003 Description:Postgres crash when closing a /console mstsc