Re: assertion failure 9.3.4 - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: assertion failure 9.3.4
Date
Msg-id 53506809.7020707@agliodbs.com
Whole thread Raw
In response to assertion failure 9.3.4  (Andrew Dunstan <andrew.dunstan@pgexperts.com>)
List pgsql-hackers
All,

So have encountered a 2nd report of this issue, or of an issue which
sounds very similar:

- corruption in two "queue" tables

- the tables are written in a high-concurrency, lock-contested environment

- user uses SELECT FOR UPDATE with these tables.

- pg_stat_statements .so is loaded, but the extension is not installed

- four rows were added to the queue tables, while not being added to the
PK index.  This allowed duplicate PKs to be added.

Currently the user is testing not loading the pg_stat_statements.so to
see if the problem goes away.  They have a destruction test environment,
so we should be able to confirm/deny in a couple days.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: How can we make beta testing better?
Next
From: Michael Paquier
Date:
Subject: Re: Verbose output of pg_dump not show schema name