pgsql: Remove obsolete comments about sempahores from proc.c.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Remove obsolete comments about sempahores from proc.c.
Дата
Msg-id E1he63h-0000YH-1w@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete comments about sempahores from proc.c.

Commit 6753333f switched from a semaphore-based wait to a latch-based
wait for ProcSleep()/ProcWakeup(), but left behind some stray references
to semaphores.

Back-patch to 9.5.

Reviewed-by: Daniel Gustafsson, Michael Paquier
Discussion: https://postgr.es/m/CA+hUKGLs5H6zhmgTijZ1OaJvC1sG0=AFXc1aHuce32tKiQrdEA@mail.gmail.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/cb9242efe0abd8ed9129c16e91085a1675e72f30

Modified Files
--------------
src/backend/storage/lmgr/proc.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove obsolete comments about sempahores from proc.c.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Consolidate methods for translating a Perl path to a Windowspat