164 Star 224 Fork 1.2K

openGauss / docs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
PG_VARIABLE_INFO.md 9.88 KB
Copy Edit Raw Blame History
liyang authored 2020-05-29 19:27 . Upload openGauss information

PG_VARIABLE_INFO

PG_VARIABLE_INFO视图用于查询openGauss中当前节点的xid、oid的状态。

表 1 PG_VARIABLE_INFO字段

名称

类型

描述

node_name

text

节点名称。

nextOid

oid

该节点下一次生成的oid。

nextXid

xid

该节点下一次生成的事务号。

oldestXid

xid

该节点最老的事务号。

xidVacLimit

xid

强制autovacuum的临界点。

oldestXidDB

oid

该节点datafrozenxid最小的数据库oid。

lastExtendCSNLogpage

xid

最后一次扩展csnlog的页面号。

startExtendCSNLogpage

xid

csnlog扩展的起始页面号。

nextCommitSeqNo

xid

该节点下次生成的csn号。

latestCompletedXid

xid

该节点提交或者回滚后节点上的最新事务号。

startupMaxXid

xid

该节点关机前的最后一个事务号。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
1.0.1

Search