fschmidt escribió:
>
> Why doesn't the PL/Tcl (and PL/Python) implementation use the SPI functions?
> For example pltcl_set_tuple_values() calls NameStr() instead of SPI_fname()
> and heap_getattr() instead of SPI_getbinval(). Why? This makes the code
> impossible to follow for someone who is n
Why doesn't the PL/Tcl (and PL/Python) implementation use the SPI functions?
For example pltcl_set_tuple_values() calls NameStr() instead of SPI_fname()
and heap_getattr() instead of SPI_getbinval(). Why? This makes the code
impossible to follow for someone who is not familiar with the postgres