postgresql/src/backend/main
Peter Eisentraut eeece9e609 Unify calling conventions for postgres/postmaster sub-main functions
There was a wild mix of calling conventions: Some were declared to
return void and didn't return, some returned an int exit code, some
claimed to return an exit code, which the callers checked, but
actually never returned, and so on.

Now all of these functions are declared to return void and decorated
with attribute noreturn and don't return.  That's easiest, and most
code already worked that way.
2012-06-25 21:30:12 +03:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
main.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00