Add compiler hints to PLy_elog()
Peter Eisentraut <peter_e@gmx.net>
Add compiler hints to PLy_elog() Decorate PLy_elog() in a similar way as elog(), to give compilers and static analyzers hints in which cases it does not return. Reviewed-by: John Naylor <jcnaylor@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_elog.c | modified | +1 −1 |
| src/pl/plpython/plpy_elog.h | modified | +27 −1 |