Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Overview

PostgreSQL 内核学习笔记,目录镜像 src/backend/ 源码结构;跨模块调用链见 traces/


快速入口

核心模块

阅读建议

  1. run:参考 编译文档 本地构建 PG,学会 attach 进程调试。
  2. code:笔记只是线索,核心逻辑以 src/backend 下 C 代码为准。
  3. debug:通过断点观察关键结构体(如 ProcessUtilityExecScan)的运行时状态。

参考资料


Maintainer: coreele