Content-Length: 275113 | pFad | http://github.com/postgrespro/postgres/commit/010c6504cb06df3de4c75828d49aa8c0507f1e0d

24 Put back braces removed by pgindent (not really pgindent's fault). · postgrespro/postgres@010c650 · GitHub
Skip to content

Commit 010c650

Browse files
committed
Put back braces removed by pgindent (not really pgindent's fault).
1 parent 089003f commit 010c650

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pl/plpython/plpython.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
3030
*
3131
* IDENTIFICATION
32-
* $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.37 2003/08/04 00:43:33 momjian Exp $
32+
* $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.38 2003/08/04 01:57:58 tgl Exp $
3333
*
3434
*********************************************************************
3535
*/
@@ -352,7 +352,10 @@ plpython_call_handler(PG_FUNCTION_ARGS)
352352
else
353353
PLy_restart_in_progress += 1;
354354
if (proc)
355+
{
356+
/* note: Py_DECREF needs braces around it, as of 2003/08 */
355357
Py_DECREF(proc->me);
358+
}
356359
RERAISE_EXC();
357360
}
358361

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/010c6504cb06df3de4c75828d49aa8c0507f1e0d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy