Mark some more functions as pg_attribute_noreturn().
Tom Lane <tgl@sss.pgh.pa.us>
Mark some more functions as pg_attribute_noreturn(). Doing this suppresses Coverity warnings and might allow improved code in some cases. The prospects of that are not so bright as to warrant back-patching, though. Michael Paquier, per Coverity
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/initdb.c | modified | +1 −1 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +1 −1 |
| src/bin/pg_basebackup/pg_recvlogical.c | modified | +1 −1 |
| src/test/isolation/isolationtester.c | modified | +1 −0 |