Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.
authorAndres Freund <andres@anarazel.de>
Thu, 27 Sep 2018 18:24:49 +0000 (11:24 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 27 Sep 2018 18:38:11 +0000 (11:38 -0700)
commit27e082b0c6e564facfbf54b56090fdcc4bf44cca
tree3f3005b05051f85030158c95f8c194682f0f671d
parentea53100d5671b5b243f77898b0b04d23c38b2820
Clean up in the wake of TupleDescGetSlot() removal / 10763358c3f.

The previous commit wasn't careful enough to remove all traces of
TupleDescGetSlot().

Besides fixing the oversight of not removing TupleDescGetSlot()'s
declaration, this also removes FuncCallContext->slot. That was
documented to be for use in combination with TupleDescGetSlot(), a
cursory search over extensions finds no users, and there doesn't seem
to be convincing reasons to keep it around. If we later in the v12
release cycle find users, we can re-consider this part of the commit.

Reported-By: Michael Paquier
Discussion: https://postgr.es/m/20180926000413.GC1659@paquier.xyz
doc/src/sgml/xfunc.sgml
src/backend/utils/fmgr/funcapi.c
src/include/funcapi.h