Skip to content
Snippets Groups Projects
Commit 31c45316 authored by Andres Freund's avatar Andres Freund
Browse files

Commonalize process startup code.

Move common code, that was duplicated in every postmaster child/every
standalone process, into two functions in miscinit.c.  Not only does
that already result in a fair amount of net code reduction but it also
makes it much easier to remove more duplication in the future. The
prime motivation wasn't code deduplication though, but easier addition
of new common code.
parent 2be82dcf
No related branches found
No related tags found
No related merge requests found
Showing
with 96 additions and 274 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment