Re: Preventing deadlock on parallel backup - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Preventing deadlock on parallel backup
Date
Msg-id 6063.1473370459@sss.pgh.pa.us
Whole thread Raw
In response to Re: Preventing deadlock on parallel backup  (Lucas <lucas75@gmail.com>)
Responses Re: Preventing deadlock on parallel backup  (Lucas <lucas75@gmail.com>)
List pgsql-hackers
Lucas <lucas75@gmail.com> writes:
> The queue jumping logic can not use the distributed transaction id?

If we had such a thing as a distributed transaction id, maybe the
answer could be yes.  We don't.

I did wonder whether using a shared snapshot might be a workable proxy
for that, but haven't pursued it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Re: GiST optimizing memmoves in gistplacetopage for fixed-size updates [PoC]
Next
From: Peter Geoghegan
Date:
Subject: Re: Is tuplesort_heap_siftup() a misnomer?