Home
last modified time | relevance | path

Searched refs:statrel (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dstatscmds.c68 Relation statrel; in CreateStatistics() local
331 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
332 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
333 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
335 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dstatscmds.c74 Relation statrel; in CreateStatistics() local
332 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
340 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
351 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
352 CatalogTupleInsert(statrel, htup); in CreateStatistics()
355 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dstatscmds.c69 Relation statrel; in CreateStatistics() local
333 statrel = heap_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
334 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
335 statoid = CatalogTupleInsert(statrel, htup); in CreateStatistics()
337 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dstatscmds.c77 Relation statrel; in CreateStatistics() local
335 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
343 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
355 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
356 CatalogTupleInsert(statrel, htup); in CreateStatistics()
359 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dstatscmds.c77 Relation statrel; in CreateStatistics() local
335 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
343 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
355 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
356 CatalogTupleInsert(statrel, htup); in CreateStatistics()
359 relation_close(statrel, RowExclusiveLock); in CreateStatistics()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/commands/
H A Dstatscmds.c77 Relation statrel;
335 statrel = table_open(StatisticExtRelationId, RowExclusiveLock);
343 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId,
355 htup = heap_form_tuple(statrel->rd_att, values, nulls);
356 CatalogTupleInsert(statrel, htup);
359 relation_close(statrel, RowExclusiveLock);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/commands/
H A Dstatscmds.c77 Relation statrel; in CreateStatistics() local
335 statrel = table_open(StatisticExtRelationId, RowExclusiveLock); in CreateStatistics()
343 statoid = GetNewOidWithIndex(statrel, StatisticExtOidIndexId, in CreateStatistics()
355 htup = heap_form_tuple(statrel->rd_att, values, nulls); in CreateStatistics()
356 CatalogTupleInsert(statrel, htup); in CreateStatistics()
359 relation_close(statrel, RowExclusiveLock); in CreateStatistics()

123