pgsql: Increment Py_None refcount for NULL array elements - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Increment Py_None refcount for NULL array elements
Date
Msg-id E1PercW-0003VZ-It@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Increment Py_None refcount for NULL array elements

Per bug #5835 by Julien Demoor
Author: Alex Hunsaker

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=051096d06ece0c553e8ed85bfe45129f488a806d

Modified Files
--------------
src/pl/plpython/plpython.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Increment Py_None refcount for NULL array elements
Next
From: Tom Lane
Date:
Subject: pgsql: Fix miscalculation of itemsafter in array_set_slice().