Home
last modified time | relevance | path

Searched refs:pg_stextdata (Results 1 – 21 of 21) sorted by relevance

/dports/databases/postgresql12-client/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata; in statext_store() local
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
383 RelationGetDescr(pg_stextdata), in statext_store()
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
392 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata; in statext_store() local
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
383 RelationGetDescr(pg_stextdata), in statext_store()
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
392 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata; in statext_store() local
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
383 RelationGetDescr(pg_stextdata), in statext_store()
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
392 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata; in statext_store() local
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
383 RelationGetDescr(pg_stextdata), in statext_store()
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
392 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata; in statext_store() local
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
383 RelationGetDescr(pg_stextdata), in statext_store()
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
392 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata;
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock);
383 RelationGetDescr(pg_stextdata),
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup);
392 table_close(pg_stextdata, RowExclusiveLock);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/statistics/
H A Dextended_stats.c331 Relation pg_stextdata; in statext_store() local
338 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
383 RelationGetDescr(pg_stextdata), in statext_store()
388 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
392 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/statistics/
H A Dextended_stats.c502 Relation pg_stextdata; in statext_store() local
509 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
554 RelationGetDescr(pg_stextdata), in statext_store()
559 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
563 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/statistics/
H A Dextended_stats.c788 Relation pg_stextdata; in statext_store() local
795 pg_stextdata = table_open(StatisticExtDataRelationId, RowExclusiveLock); in statext_store()
846 RelationGetDescr(pg_stextdata), in statext_store()
851 CatalogTupleUpdate(pg_stextdata, &stup->t_self, stup); in statext_store()
855 table_close(pg_stextdata, RowExclusiveLock); in statext_store()