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

Commit010c650

Browse files
committed
Put back braces removed by pgindent (not really pgindent's fault).
1 parent089003f commit010c650

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/0400:43:33 momjian Exp $
32+
*$Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.38 2003/08/0401: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)

[8]ページ先頭

©2009-2025 Movatter.jp