pgsqlpg源码对象管理本页总览pg源码对象管理 pg中对于xlog、buffer等均采用全局变量的方式进行管理。 buffer Block *LocalBufferBlockPointers = NULL;BufferDesc *LocalBufferDescriptors = NULL; xlog static XLogCtlData *XLogCtl = NULL;