mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Replace postmaster.c's own backend type codes with BackendType
Introduce a separate BackendType for dead-end children, so that we don't need a separate dead_end flag. Reviewed-by: Andres Freund <andres@anarazel.de> Discussion: https://www.postgresql.org/message-id/a102f15f-eac4-4ff2-af02-f9ff209ec66f@iki.fi
This commit is contained in:
@@ -235,6 +235,7 @@ BackendParameters
|
||||
BackendStartupData
|
||||
BackendState
|
||||
BackendType
|
||||
BackendTypeMask
|
||||
BackgroundWorker
|
||||
BackgroundWorkerArray
|
||||
BackgroundWorkerHandle
|
||||
|
||||
Reference in New Issue
Block a user