Skip to content

Commit e254ff2

Browse files
committed
Remove dead typeStruct variable from plpy_spi.c.
Left behind by 8b6010b.
1 parent 4ccac92 commit e254ff2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pl/plpython/plpy_spi.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ PLy_spi_prepare(PyObject *self, PyObject *args)
9393
HeapTuple typeTup;
9494
Oid typeId;
9595
int32 typmod;
96-
Form_pg_type typeStruct;
9796

9897
optr = PySequence_GetItem(list, i);
9998
if (PyString_Check(optr))
@@ -129,7 +128,6 @@ PLy_spi_prepare(PyObject *self, PyObject *args)
129128
optr = NULL;
130129

131130
plan->types[i] = typeId;
132-
typeStruct = (Form_pg_type) GETSTRUCT(typeTup);
133131
PLy_output_datum_func(&plan->args[i], typeTup);
134132
ReleaseSysCache(typeTup);
135133
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy