Initialize backend status reporting during bootstrap.

Andres Freund <andres@anarazel.de>

Commit: 3b34645678d1a516c148e3e27c26325708e92f6f
Author: Andres Freund <andres@anarazel.de>
Date: 2021-11-19T16:43:12Z
Releases: 15.0
Initialize backend status reporting during bootstrap.

This allows a later commit to reduce the number of branches in performance
sensitive functions during normal running, compared to a very minor saving
during bootstrapping.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-By: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CAAKRu_Yeg+vh6SHNEo1+=O7e-BPX35cU0XQM=YwQRnkFyv_y+w@mail.gmail.com

Files

PathChange+/−
src/backend/utils/init/postinit.c modified +1 −2

Discussion