61 elog(
ERROR,
"could not open relation with OID %u", relationId);
115 elog(
ERROR,
"could not open relation with OID %u", relationId);
#define Assert(condition)
#define OidIsValid(objectId)
void AcceptInvalidationMessages(void)
void UnlockRelationOid(Oid relid, LOCKMODE lockmode)
void LockRelationOid(Oid relid, LOCKMODE lockmode)
void UnlockRelationId(LockRelId *relid, LOCKMODE lockmode)
bool CheckRelationLockedByMe(Relation relation, LOCKMODE lockmode, bool orstronger)
#define IsBootstrapProcessingMode()
#define RangeVarGetRelid(relation, lockmode, missing_ok)
void pgstat_init_relation(Relation rel)
static Datum ObjectIdGetDatum(Oid X)
#define RelationUsesLocalBuffers(relation)
#define RelationIsValid(relation)
Relation RelationIdGetRelation(Oid relationId)
void RelationClose(Relation relation)
Relation relation_openrv_extended(const RangeVar *relation, LOCKMODE lockmode, bool missing_ok)
void relation_close(Relation relation, LOCKMODE lockmode)
Relation try_relation_open(Oid relationId, LOCKMODE lockmode)
Relation relation_openrv(const RangeVar *relation, LOCKMODE lockmode)
Relation relation_open(Oid relationId, LOCKMODE lockmode)
#define SearchSysCacheExists1(cacheId, key1)
#define XACT_FLAGS_ACCESSEDTEMPNAMESPACE