Home
last modified time | relevance | path

Searched refs:typrel (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/commands/
H A Dtypecmds.c2352 Relation typrel; in AlterDomainNotNull() local
2362 typrel = table_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2375 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2447 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2455 table_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2572 Relation typrel; in AlterDomainAddConstraint() local
2667 CacheInvalidateHeapTuple(typrel, tup, NULL); in AlterDomainAddConstraint()
2672 table_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2687 Relation typrel; in AlterDomainValidateConstraint() local
2706 typrel = table_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dtypecmds.c2305 Relation typrel; in AlterDomainNotNull() local
2315 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2328 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2397 simple_heap_update(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2399 CatalogUpdateIndexes(typrel, tup); in AlterDomainNotNull()
2407 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2513 Relation typrel; in AlterDomainAddConstraint() local
2606 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2621 Relation typrel; in AlterDomainValidateConstraint() local
2641 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dtypecmds.c2318 Relation typrel; in AlterDomainNotNull() local
2328 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2341 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2410 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2418 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2524 Relation typrel; in AlterDomainAddConstraint() local
2536 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2617 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2632 Relation typrel; in AlterDomainValidateConstraint() local
2652 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dtypecmds.c2318 Relation typrel; in AlterDomainNotNull() local
2328 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2341 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2410 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2418 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2524 Relation typrel; in AlterDomainAddConstraint() local
2536 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2617 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2632 Relation typrel; in AlterDomainValidateConstraint() local
2652 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtypecmds.c2365 Relation typrel; in AlterDomainNotNull() local
2375 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2388 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2458 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2466 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2575 Relation typrel; in AlterDomainAddConstraint() local
2587 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2668 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2683 Relation typrel; in AlterDomainValidateConstraint() local
2702 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dtypecmds.c2318 Relation typrel; in AlterDomainNotNull() local
2328 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2341 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2410 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2418 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2524 Relation typrel; in AlterDomainAddConstraint() local
2536 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2617 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2632 Relation typrel; in AlterDomainValidateConstraint() local
2652 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dtypecmds.c2318 Relation typrel; in AlterDomainNotNull() local
2328 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2341 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2410 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2418 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2524 Relation typrel; in AlterDomainAddConstraint() local
2536 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2617 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2632 Relation typrel; in AlterDomainValidateConstraint() local
2652 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dtypecmds.c2318 Relation typrel; in AlterDomainNotNull() local
2328 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2341 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2410 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2418 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2524 Relation typrel; in AlterDomainAddConstraint() local
2536 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2617 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2632 Relation typrel; in AlterDomainValidateConstraint() local
2652 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dtypecmds.c2318 Relation typrel; in AlterDomainNotNull() local
2328 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2341 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2410 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2418 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2524 Relation typrel; in AlterDomainAddConstraint() local
2536 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2617 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2632 Relation typrel; in AlterDomainValidateConstraint() local
2652 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtypecmds.c2365 Relation typrel; in AlterDomainNotNull() local
2375 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2388 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2458 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2466 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2575 Relation typrel; in AlterDomainAddConstraint() local
2587 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2668 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2683 Relation typrel; in AlterDomainValidateConstraint() local
2702 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtypecmds.c2365 Relation typrel;
2375 typrel = heap_open(TypeRelationId, RowExclusiveLock);
2388 heap_close(typrel, RowExclusiveLock);
2458 CatalogTupleUpdate(typrel, &tup->t_self, tup);
2466 heap_close(typrel, RowExclusiveLock);
2575 Relation typrel;
2587 typrel = heap_open(TypeRelationId, RowExclusiveLock);
2668 heap_close(typrel, RowExclusiveLock);
2683 Relation typrel;
2702 typrel = heap_open(TypeRelationId, AccessShareLock);
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtypecmds.c2365 Relation typrel; in AlterDomainNotNull() local
2375 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2388 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2458 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2466 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2575 Relation typrel; in AlterDomainAddConstraint() local
2587 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2668 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2683 Relation typrel; in AlterDomainValidateConstraint() local
2702 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dtypecmds.c2365 Relation typrel; in AlterDomainNotNull() local
2375 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainNotNull()
2388 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2458 CatalogTupleUpdate(typrel, &tup->t_self, tup); in AlterDomainNotNull()
2466 heap_close(typrel, RowExclusiveLock); in AlterDomainNotNull()
2575 Relation typrel; in AlterDomainAddConstraint() local
2587 typrel = heap_open(TypeRelationId, RowExclusiveLock); in AlterDomainAddConstraint()
2668 heap_close(typrel, RowExclusiveLock); in AlterDomainAddConstraint()
2683 Relation typrel; in AlterDomainValidateConstraint() local
2702 typrel = heap_open(TypeRelationId, AccessShareLock); in AlterDomainValidateConstraint()
[all …]

12