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

From Andres Freund
Subject Re: Assertion failure in base backup code path
Date
Msg-id 20131218230359.GH26481@alap2.anarazel.de
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
Hi Magnus,

It looks to me like the path to do_pg_start_backup() outside of a
transaction context comes from your initial commit of the base backup
facility.
The problem is that you're not allowed to do anything leading to a
syscache/catcache lookup in those contexts.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: preserving forensic information when we freeze
Next
From: Bruce Momjian
Date:
Subject: Re: stats for network traffic WIP