- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit2c7615f
committed
process startup: Initialize PgStartTime earlier in single user mode.
An upcoming patch splits single user mode handling out of PostgresMain(). Thestartup time only needs to be determined in single user mode. Currently theinitialization happens late, which makes the split a bit harder. As postmasterdetermines the time earlier it makes sense to move the time for single usermode to a roughly similar point in time.Reviewd-By: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Author: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/20210802164124.ufo5buo4apl6yuvs@alap3.anarazel.de1 parente3ec3c0 commit2c7615f
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4052 | 4052 |
| |
4053 | 4053 |
| |
4054 | 4054 |
| |
| 4055 | + | |
| 4056 | + | |
| 4057 | + | |
| 4058 | + | |
| 4059 | + | |
| 4060 | + | |
4055 | 4061 |
| |
4056 | 4062 |
| |
4057 | 4063 |
| |
| |||
4161 | 4167 |
| |
4162 | 4168 |
| |
4163 | 4169 |
| |
4164 |
| - | |
4165 |
| - | |
4166 |
| - | |
4167 |
| - | |
4168 |
| - | |
4169 |
| - | |
4170 | 4170 |
| |
4171 | 4171 |
| |
4172 | 4172 |
| |
|
0 commit comments
Comments
(0)