Home
last modified time | relevance | path

Searched refs:old_prodesc (Results 1 – 25 of 35) sorted by relevance

12

/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc;
1726 old_prodesc = proc_ptr->proc_ptr;
1731 if (old_prodesc != NULL)
1733 Assert(old_prodesc->fn_refcount > 0);
1734 if (--old_prodesc->fn_refcount == 0)
1735 MemoryContextDelete(old_prodesc->fn_cxt);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1726 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1731 if (old_prodesc != NULL) in compile_pltcl_function()
1733 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1734 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1735 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1726 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1731 if (old_prodesc != NULL) in compile_pltcl_function()
1733 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1734 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1735 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1726 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1731 if (old_prodesc != NULL) in compile_pltcl_function()
1733 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1734 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1735 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/tcl/
H A Dpltcl.c1365 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1691 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1696 if (old_prodesc != NULL) in compile_pltcl_function()
1698 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1699 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1700 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1726 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1731 if (old_prodesc != NULL) in compile_pltcl_function()
1733 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1734 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1735 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1726 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1731 if (old_prodesc != NULL) in compile_pltcl_function()
1733 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1734 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1735 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/tcl/
H A Dpltcl.c1401 pltcl_proc_desc *old_prodesc;
1729 old_prodesc = proc_ptr->proc_ptr;
1734 if (old_prodesc != NULL)
1736 Assert(old_prodesc->fn_refcount > 0);
1737 if (--old_prodesc->fn_refcount == 0)
1738 MemoryContextDelete(old_prodesc->fn_cxt);
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/tcl/
H A Dpltcl.c1398 pltcl_proc_desc *old_prodesc;
1726 old_prodesc = proc_ptr->proc_ptr;
1731 if (old_prodesc != NULL)
1733 Assert(old_prodesc->fn_refcount > 0);
1734 if (--old_prodesc->fn_refcount == 0)
1735 MemoryContextDelete(old_prodesc->fn_cxt);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1721 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1726 if (old_prodesc != NULL) in compile_pltcl_function()
1728 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1729 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1730 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1721 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1726 if (old_prodesc != NULL) in compile_pltcl_function()
1728 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1729 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1730 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/tcl/
H A Dpltcl.c1395 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1723 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1728 if (old_prodesc != NULL) in compile_pltcl_function()
1730 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1731 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1732 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1721 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1726 if (old_prodesc != NULL) in compile_pltcl_function()
1728 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1729 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1730 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1721 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1726 if (old_prodesc != NULL) in compile_pltcl_function()
1728 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1729 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1730 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1721 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1726 if (old_prodesc != NULL) in compile_pltcl_function()
1728 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1729 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1730 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/tcl/
H A Dpltcl.c1395 pltcl_proc_desc *old_prodesc;
1723 old_prodesc = proc_ptr->proc_ptr;
1728 if (old_prodesc != NULL)
1730 Assert(old_prodesc->fn_refcount > 0);
1731 if (--old_prodesc->fn_refcount == 0)
1732 MemoryContextDelete(old_prodesc->fn_cxt);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1721 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1726 if (old_prodesc != NULL) in compile_pltcl_function()
1728 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1729 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1730 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/tcl/
H A Dpltcl.c1393 pltcl_proc_desc *old_prodesc;
1721 old_prodesc = proc_ptr->proc_ptr;
1726 if (old_prodesc != NULL)
1728 Assert(old_prodesc->fn_refcount > 0);
1729 if (--old_prodesc->fn_refcount == 0)
1730 MemoryContextDelete(old_prodesc->fn_cxt);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/tcl/
H A Dpltcl.c1395 pltcl_proc_desc *old_prodesc; in compile_pltcl_function() local
1723 old_prodesc = proc_ptr->proc_ptr; in compile_pltcl_function()
1728 if (old_prodesc != NULL) in compile_pltcl_function()
1730 Assert(old_prodesc->fn_refcount > 0); in compile_pltcl_function()
1731 if (--old_prodesc->fn_refcount == 0) in compile_pltcl_function()
1732 MemoryContextDelete(old_prodesc->fn_cxt); in compile_pltcl_function()

12