mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Split WaitEventSet functions to separate source file
latch.c now only contains the Latch related functions, which build on the WaitEventSet abstraction. Most of the platform-dependent stuff is now in waiteventset.c. Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/8a507fb6-df28-49d3-81a5-ede180d7f0fb@iki.fi
This commit is contained in:
@@ -42,7 +42,7 @@ pqinitmask(void)
|
||||
{
|
||||
sigemptyset(&UnBlockSig);
|
||||
|
||||
/* Note: InitializeLatchSupport() modifies UnBlockSig. */
|
||||
/* Note: InitializeWaitEventSupport() modifies UnBlockSig. */
|
||||
|
||||
/* First set all signals, then clear some. */
|
||||
sigfillset(&BlockSig);
|
||||
|
||||
Reference in New Issue
Block a user