mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove obsolete comment for WaitForProcSignalBarrier().
Commit 814f1d8b
removed the behavior described.
Reported-by: Amit Kapila <amit.kapila16@gmail.com>
This commit is contained in:
@ -386,11 +386,6 @@ EmitProcSignalBarrier(ProcSignalBarrierType type)
|
|||||||
/*
|
/*
|
||||||
* WaitForProcSignalBarrier - wait until it is guaranteed that all changes
|
* WaitForProcSignalBarrier - wait until it is guaranteed that all changes
|
||||||
* requested by a specific call to EmitProcSignalBarrier() have taken effect.
|
* requested by a specific call to EmitProcSignalBarrier() have taken effect.
|
||||||
*
|
|
||||||
* We expect that the barrier will normally be absorbed very quickly by other
|
|
||||||
* backends, so we start by waiting just 1/8 of a second and then back off
|
|
||||||
* by a factor of two every time we time out, to a maximum wait time of
|
|
||||||
* 1 second.
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
WaitForProcSignalBarrier(uint64 generation)
|
WaitForProcSignalBarrier(uint64 generation)
|
||||||
|
Reference in New Issue
Block a user