Move code for backend startup to separate file

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 05c3980e7f473ac2061dad9bbb7a9f0ede0279d9
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-03-18T09:38:10Z
Releases: 17.0
Move code for backend startup to separate file

This is code that runs in the backend process after forking, rather
than postmaster. Move it out of postmaster.c for clarity.

Reviewed-by: Tristan Partin, Andres Freund
Discussion: https://www.postgresql.org/message-id/7a59b073-5b5b-151e-7ed3-8b01ff7ce9ef@iki.fi

Files

Discussion