Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite254ff2

Browse files
committed
Remove dead typeStruct variable from plpy_spi.c.
Left behind by8b6010b.
1 parent4ccac92 commite254ff2

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
HeapTupletypeTup;
9494
OidtypeId;
9595
int32typmod;
96-
Form_pg_typetypeStruct;
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)

[8]ページ先頭

©2009-2025 Movatter.jp