Home
last modified time | relevance | path

Searched refs:amoid (Results 76 – 100 of 311) sorted by relevance

12345678910>>...13

/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/index/
H A Damapi.c56 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
63 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
69 amoid); in GetIndexAmRoutineByAmId()
120 Oid amoid; in amvalidate() local
128 amoid = classform->opcmethod; in amvalidate()
132 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
136 amoid); in amvalidate()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/index/
H A Damapi.c55 GetIndexAmRoutineByAmId(Oid amoid, bool noerror) in GetIndexAmRoutineByAmId() argument
62 tuple = SearchSysCache1(AMOID, ObjectIdGetDatum(amoid)); in GetIndexAmRoutineByAmId()
68 amoid); in GetIndexAmRoutineByAmId()
119 Oid amoid; in amvalidate() local
127 amoid = classform->opcmethod; in amvalidate()
131 amroutine = GetIndexAmRoutineByAmId(amoid, false); in amvalidate()
135 amoid); in amvalidate()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Damcmds.c48 Oid amoid; in CreateAccessMethod() local
65 amoid = GetSysCacheOid1(AMNAME, Anum_pg_am_oid, in CreateAccessMethod()
67 if (OidIsValid(amoid)) in CreateAccessMethod()
86 amoid = GetNewOidWithIndex(rel, AmOidIndexId, Anum_pg_am_oid); in CreateAccessMethod()
87 values[Anum_pg_am_oid - 1] = ObjectIdGetDatum(amoid); in CreateAccessMethod()
99 myself.objectId = amoid; in CreateAccessMethod()
111 InvokeObjectPostCreateHook(AccessMethodRelationId, amoid, 0); in CreateAccessMethod()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno)
173 Assert(!OidIsValid(amoid));
184 amoid = rd_rel->relam;
201 routine = GetIndexAmRoutineByAmId(amoid, true);
414 Oid amoid = PG_GETARG_OID(0);
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0);
456 Oid amoid = PG_GETARG_OID(0);
461 routine = GetIndexAmRoutineByAmId(amoid, true);
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Damutils.c156 Oid amoid, Oid index_oid, int attno) in indexam_property() argument
173 Assert(!OidIsValid(amoid)); in indexam_property()
184 amoid = rd_rel->relam; in indexam_property()
201 routine = GetIndexAmRoutineByAmId(amoid, true); in indexam_property()
414 Oid amoid = PG_GETARG_OID(0); in pg_indexam_has_property() local
417 return indexam_property(fcinfo, propname, amoid, InvalidOid, 0); in pg_indexam_has_property()
456 Oid amoid = PG_GETARG_OID(0); in pg_indexam_progress_phasename() local
461 routine = GetIndexAmRoutineByAmId(amoid, true); in pg_indexam_progress_phasename()

12345678910>>...13