코드 위치 (v16.4)
- Location
src/backend/postmaster/postmaster.c:4456
- Link: BackendRun()
Overview
- 이놈이 하는 일은 아주 간단하다: memory context 를 바꾸고 PostgresMain() 을 호출해주는게 다이다.
Line Ref
- L4462: func MemoryContextSwitchTo (Postgres Coderef) 로 memory context 를 바꾼다.
- L4464: PostgresMain() 을 호출한다.