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)
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