Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c8071 HeapTuple childtuple; in ATPrepAlterColumnType() local
8087 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8089 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8094 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8102 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c8877 HeapTuple childtuple; in ATPrepAlterColumnType() local
8893 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
8895 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
8900 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
8908 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c9908 HeapTuple childtuple; in ATPrepAlterColumnType() local
9924 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
9926 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
9931 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
9939 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c10883 HeapTuple childtuple; in ATPrepAlterColumnType() local
10899 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
10901 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
10906 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
10914 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c10883 HeapTuple childtuple;
10899 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel),
10901 if (!HeapTupleIsValid(childtuple))
10906 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple);
10914 ReleaseSysCache(childtuple);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c11745 HeapTuple childtuple; in ATPrepAlterColumnType() local
11761 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
11763 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
11768 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
11776 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c11745 HeapTuple childtuple; in ATPrepAlterColumnType() local
11761 childtuple = SearchSysCacheAttName(RelationGetRelid(childrel), in ATPrepAlterColumnType()
11763 if (!HeapTupleIsValid(childtuple)) in ATPrepAlterColumnType()
11768 childattTup = (Form_pg_attribute) GETSTRUCT(childtuple); in ATPrepAlterColumnType()
11776 ReleaseSysCache(childtuple); in ATPrepAlterColumnType()

12