Re: Assertion failure in base backup code path - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Assertion failure in base backup code path
Date
Msg-id CABUevEyE8+XqgW92iPkF3oAo3J-LYuyd+oYTRzuG=9h_=hQpZg@mail.gmail.com
Whole thread Raw
In response to Re: Assertion failure in base backup code path  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Assertion failure in base backup code path
List pgsql-hackers
<p dir="ltr"><br /> On Dec 19, 2013 12:06 AM, "Andres Freund" <<a
href="mailto:andres@2ndquadrant.com">andres@2ndquadrant.com</a>>wrote:<br /> ><br /> > Hi Magnus,<br />
><br/> > It looks to me like the path to do_pg_start_backup() outside of a<br /> > transaction context comes
fromyour initial commit of the base backup<br /> > facility.<br /> > The problem is that you're not allowed to do
anythingleading to a<br /> > syscache/catcache lookup in those contexts.<br /><p dir="ltr">I think that may have
comewith the addition of the replication privilege actually but that doesn't change the fact that yes, it appears
broken..<p dir="ltr">/Magnus  

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: preserving forensic information when we freeze
Next
From: Tom Lane
Date:
Subject: Re: WITHIN GROUP patch