Re: new compile warning

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: new compile warning
Дата
Msg-id 200308040254.h742sU423459@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: new compile warning  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
> > plpython.c: In function `plpython_call_handler':
> > plpython.c:354: warning: suggest explicit braces to avoid ambiguous `else'
> 
> Apparently the Python boys are not familiar with the do {...} while (0)
> trick to ensure that a macro containing C statements won't interact with
> its environment.  I'll put back the braces that pgindent removed, but
> someone should file a bug report against Py_DECREF().
> 

Good fix.  That comment will prevent pgindent from modifying it in the
future.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgindent/copyright update done
Следующее
От: Joe Conway
Дата:
Сообщение: statement level trigger causes pltcl, plpython SIGSEGV