Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Inadequate thought about buffer locking during hot standby replay - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Inadequate thought about buffer locking during hot standby replay
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Inadequate thought about buffer locking during hot standby replay  (Tom Lane <[email protected]>)
Responses Re: Inadequate thought about buffer locking during hot standby replay
List pgsql-hackers
While I'm looking at this: there seems to be a bug/inconsistency in
heap_xlog_freeze().  It uses a cleanup lock in the "normal" code path,
but it doesn't tell RestoreBkpBlocks to use a cleanup lock.  Which
choice is correct?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inadequate thought about buffer locking during hot standby replay
Next
From: Bruce Momjian
Date:
Subject: Re: Further pg_upgrade analysis for many tables