Structs§
- PGClass πThe
pg_catalog.pg_class
table implementation. - PGClass
Builder πBuilds thepg_catalog.pg_class
table row by row TODO(J0HN50N133):relowner
is always theDUMMY_OWNER_ID
cuz we donβt have user. Once we have user system, make it the actual owner of the table.
Constants§
- DUMMY_
OWNER_ πID The dummy owner id for the namespace. - INIT_
CAPACITY πThe initial capacity of the vector builders.