Obsolete comments about semaphores in proc.c
Hi,
Commit 6753333f switched from a semaphore-based waiting to latch-based
waiting for ProcSleep()/ProcWakeup(), but left behind some stray
references to semaphores. PSA.
--
Thomas Munro
https://enterprisedb.com
Attachments:
0001-Remove-obsolete-comments-about-sempahores-from-proc..patchapplication/octet-stream; name=0001-Remove-obsolete-comments-about-sempahores-from-proc..patchDownload+6-9
On 14 Jun 2019, at 01:00, Thomas Munro <thomas.munro@gmail.com> wrote:
Commit 6753333f switched from a semaphore-based waiting to latch-based
waiting for ProcSleep()/ProcWakeup(), but left behind some stray
references to semaphores. PSA.
LGTM
cheers ./daniel
On Mon, Jun 17, 2019 at 01:28:42PM +0200, Daniel Gustafsson wrote:
On 14 Jun 2019, at 01:00, Thomas Munro <thomas.munro@gmail.com> wrote:
Commit 6753333f switched from a semaphore-based waiting to latch-based
waiting for ProcSleep()/ProcWakeup(), but left behind some stray
references to semaphores. PSA.LGTM
Fine seen from here as well. I am not spotting other areas, FWIW.
--
Michael