Madison Digital Garden

Search

SearchSearch

func BackendRun (Postgres Coderef)

Apr 30, 2025, 1 min read

  • #database
  • #db-postgresql
  • #draft

코드 위치 (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() 을 호출한다.

Graph View

  • Overview
  • Line Ref

Backlinks

  • func BackendStartup (Postgres Coderef)
  • Common Query Execution (Postgres Coderef)

Created with Quartz v4.1.0, © 2025

  • GitHub
  • LinkedIn
  • Email