Home
last modified time | relevance | path

Searched refs:build_datatype (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_comp.c106 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
566 build_datatype(typeTup, in do_compile()
1670 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1784 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2133 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2144 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_comp.c106 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
566 build_datatype(typeTup, in do_compile()
1670 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1784 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2133 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2144 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_comp.c106 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
566 build_datatype(typeTup, in do_compile()
1670 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1784 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2133 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2144 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_comp.c106 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
566 build_datatype(typeTup, in do_compile()
1670 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1784 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2133 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2144 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup, in do_compile()
1630 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1747 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2052 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2064 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup,
1630 dtype = build_datatype(typeTup, -1,
1747 dtype = build_datatype(typetup,
2052 typ = build_datatype(typeTup, typmod, collation, origtypname);
2064 build_datatype(HeapTuple typeTup, int32 typmod,
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup,
1630 dtype = build_datatype(typeTup, -1,
1747 dtype = build_datatype(typetup,
2052 typ = build_datatype(typeTup, typmod, collation, origtypname);
2064 build_datatype(HeapTuple typeTup, int32 typmod,
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup, in do_compile()
1630 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1747 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2052 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2064 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup, in do_compile()
1630 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1747 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2052 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2064 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup, in do_compile()
1630 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1747 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2052 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2064 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_comp.c109 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod, Oid collation);
569 build_datatype(typeTup, in do_compile()
1673 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1788 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2138 typ = build_datatype(typeTup, typmod, collation); in plpgsql_build_datatype()
2149 build_datatype(HeapTuple typeTup, int32 typmod, Oid collation) in build_datatype() function
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
576 build_datatype(typeTup, in do_compile()
1630 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1747 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2052 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2064 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_comp.c108 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
578 build_datatype(typeTup, in do_compile()
1639 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1756 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2061 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2073 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_comp.c107 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
582 build_datatype(typeTup, in do_compile()
1661 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1778 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2101 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2113 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_comp.c107 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
582 build_datatype(typeTup, in do_compile()
1661 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1778 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2101 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2113 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_comp.c107 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
582 build_datatype(typeTup, in do_compile()
1661 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1778 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2101 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2113 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_comp.c107 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
582 build_datatype(typeTup, in do_compile()
1661 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1778 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2101 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2113 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plpgsql/src/
H A Dpl_comp.c107 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
582 build_datatype(typeTup, in do_compile()
1661 dtype = build_datatype(typeTup, -1, in plpgsql_parse_wordtype()
1778 dtype = build_datatype(typetup, in plpgsql_parse_cwordtype()
2101 typ = build_datatype(typeTup, typmod, collation, origtypname); in plpgsql_build_datatype()
2113 build_datatype(HeapTuple typeTup, int32 typmod, in build_datatype() function
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_comp.c106 static PLpgSQL_type *build_datatype(HeapTuple typeTup, int32 typmod,
578 build_datatype(typeTup,
1639 dtype = build_datatype(typeTup, -1,
1756 dtype = build_datatype(typetup,
2061 typ = build_datatype(typeTup, typmod, collation, origtypname);
2073 build_datatype(HeapTuple typeTup, int32 typmod,

12