postgresql/src/backend/postmaster
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
..
autovacuum.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
bgwriter.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
checkpointer.c Replace XLogRecPtr struct with a 64-bit integer. 2012-06-24 19:19:45 +03:00
fork_process.c Support Linux's oom_score_adj API as well as the older oom_adj API. 2012-06-13 15:35:52 -04:00
Makefile Refactor xlog.c to create src/backend/postmaster/startup.c 2011-11-02 14:25:01 +00:00
pgarch.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
pgstat.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
postmaster.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
startup.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
syslogger.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
walwriter.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00