Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1641 int32 deftypmod; in MergeAttributes() local
1652 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1654 deftypmod != attribute->atttypmod) in MergeAttributes()
1661 deftypmod), in MergeAttributes()
1855 int32 deftypmod, in MergeAttributes() local
1873 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1875 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
1882 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1913 int32 deftypmod; in MergeAttributes() local
1924 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
1926 deftypmod != attribute->atttypmod) in MergeAttributes()
1933 deftypmod), in MergeAttributes()
2128 int32 deftypmod, in MergeAttributes() local
2152 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2154 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2161 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2158 int32 deftypmod; in MergeAttributes() local
2169 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2171 deftypmod != attribute->atttypmod) in MergeAttributes()
2178 deftypmod), in MergeAttributes()
2373 int32 deftypmod, in MergeAttributes() local
2397 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2399 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2406 deftypmod), in MergeAttributes()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c2311 int32 deftypmod; in MergeAttributes() local
2322 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2324 deftypmod != attribute->atttypmod) in MergeAttributes()
2331 deftypmod), in MergeAttributes()
2570 int32 deftypmod, in MergeAttributes() local
2594 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2596 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2603 deftypmod), in MergeAttributes()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c2311 int32 deftypmod;
2322 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod);
2324 deftypmod != attribute->atttypmod)
2331 deftypmod),
2570 int32 deftypmod,
2594 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod);
2596 if (defTypeId != newTypeId || deftypmod != newtypmod)
2603 deftypmod),
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c2494 int32 deftypmod; in MergeAttributes() local
2505 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2507 deftypmod != attribute->atttypmod) in MergeAttributes()
2514 deftypmod), in MergeAttributes()
2777 int32 deftypmod, in MergeAttributes() local
2801 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2803 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2810 deftypmod), in MergeAttributes()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c2494 int32 deftypmod; in MergeAttributes() local
2505 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2507 deftypmod != attribute->atttypmod) in MergeAttributes()
2514 deftypmod), in MergeAttributes()
2777 int32 deftypmod, in MergeAttributes() local
2801 typenameTypeIdAndMod(NULL, def->typeName, &defTypeId, &deftypmod); in MergeAttributes()
2803 if (defTypeId != newTypeId || deftypmod != newtypmod) in MergeAttributes()
2810 deftypmod), in MergeAttributes()

12