Home
last modified time | relevance | path

Searched refs:INDEXRELID (Results 226 – 250 of 648) sorted by relevance

12345678910>>...26

/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/cache/
H A Dlsyscache.c3228 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3244 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3270 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3293 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3316 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/cache/
H A Dlsyscache.c3228 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3244 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3270 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3293 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3316 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/cache/
H A Dlsyscache.c3228 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3244 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3270 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3293 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3316 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/cache/
H A Dlsyscache.c3228 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3244 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3270 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3293 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3316 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/cache/
H A Dlsyscache.c3473 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3489 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3515 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3538 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3561 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3341 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3341 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3341 datum = SysCacheGetAttr(INDEXRELID, tuple,
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3341 datum = SysCacheGetAttr(INDEXRELID, tuple,
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3341 datum = SysCacheGetAttr(INDEXRELID, tuple,
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid));
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3341 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/cache/
H A Dlsyscache.c3325 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_column_opclass()
3341 datum = SysCacheGetAttr(INDEXRELID, tuple, in get_index_column_opclass()
3367 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isreplident()
3390 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isvalid()
3413 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(index_oid)); in get_index_isclustered()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dindexcmds.c218 tuple = SearchSysCache1(INDEXRELID, ObjectIdGetDatum(oldId)); in CheckIndexCompatible()
239 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indcollation, &isnull); in CheckIndexCompatible()
243 d = SysCacheGetAttr(INDEXRELID, tuple, Anum_pg_index_indclass, &isnull); in CheckIndexCompatible()
1161 tup = SearchSysCache1(INDEXRELID, in DefineIndex()

12345678910>>...26