1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Remove ExecGetScanType function

This became unused in a191a169d6.
This commit is contained in:
Alvaro Herrera
2015-08-21 14:11:58 -03:00
parent f469f634ad
commit 8c3d63c521
2 changed files with 0 additions and 13 deletions

View File

@ -712,18 +712,6 @@ ExecFreeExprContext(PlanState *planstate)
* ----------------------------------------------------------------
*/
/* ----------------
* ExecGetScanType
* ----------------
*/
TupleDesc
ExecGetScanType(ScanState *scanstate)
{
TupleTableSlot *slot = scanstate->ss_ScanTupleSlot;
return slot->tts_tupleDescriptor;
}
/* ----------------
* ExecAssignScanType
* ----------------