pgsql: Remove dead typeStruct variable from plpy_spi.c.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dead typeStruct variable from plpy_spi.c.
Date: 2014-07-05 16:03:00
Message-ID: E1X3SQW-0004tT-A3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead typeStruct variable from plpy_spi.c.

Left behind by 8b6010b8350a1756cd85595705971df81b5ffc07.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e254ff21d1286fe5c2b5ecdfa9bb6b15a7830fcd

Modified Files
--------------
src/pl/plpython/plpy_spi.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2014-07-06 04:39:16 pgsql: Consistently pass an "unsigned char" to ctype.h functions.
Previous Message Fujii Masao 2014-07-04 11:05:51 pgsql: Fix double-free bug of WAL streaming buffer in pg_receivexlog.