Home
last modified time | relevance | path

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

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/commands/
H A Dtablecmds.c1625 int exist_attno; in MergeAttributes() local
1637 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1638 if (exist_attno > 0) in MergeAttributes()
1651 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1690 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
1842 int exist_attno; in MergeAttributes() local
1849 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1850 if (exist_attno > 0) in MergeAttributes()
1864 if (exist_attno == schema_attno) in MergeAttributes()
1872 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/commands/
H A Dtablecmds.c1897 int exist_attno; in MergeAttributes() local
1909 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
1910 if (exist_attno > 0) in MergeAttributes()
1923 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
1962 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2115 int exist_attno; in MergeAttributes() local
2122 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2123 if (exist_attno > 0) in MergeAttributes()
2143 if (exist_attno == schema_attno) in MergeAttributes()
2151 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/commands/
H A Dtablecmds.c2142 int exist_attno; in MergeAttributes() local
2154 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2155 if (exist_attno > 0) in MergeAttributes()
2168 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2207 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2360 int exist_attno; in MergeAttributes() local
2367 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2368 if (exist_attno > 0) in MergeAttributes()
2388 if (exist_attno == schema_attno) in MergeAttributes()
2396 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c2295 int exist_attno; in MergeAttributes() local
2307 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2308 if (exist_attno > 0) in MergeAttributes()
2321 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2360 newattno[parent_attno - 1] = exist_attno; in MergeAttributes()
2557 int exist_attno; in MergeAttributes() local
2564 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2565 if (exist_attno > 0) in MergeAttributes()
2585 if (exist_attno == schema_attno) in MergeAttributes()
2593 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/commands/
H A Dtablecmds.c2295 int exist_attno;
2307 exist_attno = findAttrByName(attributeName, inhSchema);
2308 if (exist_attno > 0)
2321 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1);
2360 newattno[parent_attno - 1] = exist_attno;
2557 int exist_attno;
2564 exist_attno = findAttrByName(attributeName, inhSchema);
2565 if (exist_attno > 0)
2585 if (exist_attno == schema_attno)
2593 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c2478 int exist_attno; in MergeAttributes() local
2490 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2491 if (exist_attno > 0) in MergeAttributes()
2504 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2559 newattmap->attnums[parent_attno - 1] = exist_attno; in MergeAttributes()
2764 int exist_attno; in MergeAttributes() local
2771 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2772 if (exist_attno > 0) in MergeAttributes()
2792 if (exist_attno == schema_attno) in MergeAttributes()
2800 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dtablecmds.c2478 int exist_attno; in MergeAttributes() local
2490 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2491 if (exist_attno > 0) in MergeAttributes()
2504 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()
2559 newattmap->attnums[parent_attno - 1] = exist_attno; in MergeAttributes()
2764 int exist_attno; in MergeAttributes() local
2771 exist_attno = findAttrByName(attributeName, inhSchema); in MergeAttributes()
2772 if (exist_attno > 0) in MergeAttributes()
2792 if (exist_attno == schema_attno) in MergeAttributes()
2800 def = (ColumnDef *) list_nth(inhSchema, exist_attno - 1); in MergeAttributes()

12