Home
last modified time | relevance | path

Searched refs:amOid (Results 1 – 25 of 87) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid)
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid));
129 elog(ERROR, "cache lookup failed for access method %u", amOid);
202 get_am_name(Oid amOid)
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid));
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Damcmds.c115 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
127 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
129 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
202 get_am_name(Oid amOid) in get_am_name() argument
207 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Damcmds.c116 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
128 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
130 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
203 get_am_name(Oid amOid) in get_am_name() argument
208 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Damcmds.c119 RemoveAccessMethodById(Oid amOid)
131 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid));
133 elog(ERROR, "cache lookup failed for access method %u", amOid);
216 get_am_name(Oid amOid)
221 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid));
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Damcmds.c119 RemoveAccessMethodById(Oid amOid)
131 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid));
133 elog(ERROR, "cache lookup failed for access method %u", amOid);
216 get_am_name(Oid amOid)
221 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid));
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Damcmds.c122 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
134 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
136 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
219 get_am_name(Oid amOid) in get_am_name() argument
224 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Damcmds.c122 RemoveAccessMethodById(Oid amOid) in RemoveAccessMethodById() argument
134 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in RemoveAccessMethodById()
136 elog(ERROR, "cache lookup failed for access method %u", amOid); in RemoveAccessMethodById()
219 get_am_name(Oid amOid) in get_am_name() argument
224 tup = SearchSysCache1(AMOID, ObjectIdGetDatum(amOid)); in get_am_name()

1234