Re: [BUGS] BUG #8286: severe bug in auth

2013-07-04 Thread Michael Paquier
On Fri, Jul 5, 2013 at 8:11 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8286 > Logged by: Eike Dierks > Email address: e...@inter.net > PostgreSQL version: 9.2.4 > Operating system: CentOS release 6.4 > Description: > > I believe to have

[BUGS] BUG #8286: severe bug in auth

2013-07-04 Thread eike
The following bug has been logged on the website: Bug reference: 8286 Logged by: Eike Dierks Email address: e...@inter.net PostgreSQL version: 9.2.4 Operating system: CentOS release 6.4 Description: I believe to have found a severe bug in auth. I don't want to post th

Re: [BUGS] Stalled post to pgsql-bugs

2013-07-04 Thread Chad Wagner
After further testing, this test case should be refined to throw NO_DATA_FOUND errors from the INTO STRICT clause to produce the memory leak. In pl_exec.c, exec_stmt_execsql does not free the SPI_tuptable by calling SPI_freetuptable before the ereport. Attached is a patch to 9.2-STABLE that seems

Re: [BUGS] BUG #7709: psql \copy csv terminates with \. in quoted region

2013-07-04 Thread Bruce Momjian
On Tue, Nov 27, 2012 at 12:33:44PM -0500, Tom Lane wrote: > tgarn...@panjiva.com writes: > > psql \copy terminates at \. by itself in a line even if the format is csv > > and the \. is inside a quoted region. This means that some values can't be > > round-tripped by psql \copy. Tested and the nati

[BUGS] Re: windows 8 RTM compatibility issue (could not reserve shared memory region for child)

2013-07-04 Thread Noah Misch
Hi Dave, On Tue, Sep 04, 2012 at 11:45:47PM -0400, Dave Vitek wrote: > LOG: could not reserve shared memory region (addr=0141) for child > 0F8C: 487 > LOG: could not fork new process for connection: A blocking operation was > interrupted by a call to WSACancelBlockingCall

Re: [BUGS] Concurrent CREATE USER MAPPING and DROP SERVER

2013-07-04 Thread Tom Lane
Ronan Dunklau writes: > It is possible to create a user mapping on a server and drop said server in > two concurrent transactions, and have both succeed. There are lots of hazards of this sort, since we generally don't try to lock database objects other than tables when doing DDL. I can't get p

[BUGS] BUG #8285: Unable to install the pgAgent

2013-07-04 Thread manish . roy
The following bug has been logged on the website: Bug reference: 8285 Logged by: Manish Roy Email address: manish@quipment.in PostgreSQL version: 9.2.1 Operating system: Windows 7 Description: Hello, I was trying to install the pgAgent in my windows system to cr

[BUGS] Concurrent CREATE USER MAPPING and DROP SERVER

2013-07-04 Thread Ronan Dunklau
Hello. I think I may have found a bug in the CREATE USER MAPPING / DROP SERVER handling. It is possible to create a user mapping on a server and drop said server in two concurrent transactions, and have both succeed. This results in an orphan row in the pg_user_mapping table. I would expect o