mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
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
This commit is contained in:
@@ -32,6 +32,7 @@ static int nconns = 0;
|
||||
/* In dry run only output permutations to be run by the tester. */
|
||||
static int dry_run = false;
|
||||
|
||||
static void exit_nicely(void) pg_attribute_noreturn();
|
||||
static void run_testspec(TestSpec *testspec);
|
||||
static void run_all_permutations(TestSpec *testspec);
|
||||
static void run_all_permutations_recurse(TestSpec *testspec, int nsteps,
|
||||
|
||||
Reference in New Issue
Block a user