forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe3a24d
committed
Force the TZ environment variable to be set during initdb. This is to
short-circuit the rather expensive identify_system_timezone() procedure,which we have no real need for during initdb since nothing done here dependson the timezone setting. Since we launch quite a few standalone backendsduring the initdb sequence, this adds up to a significant savings, and seemsworth doing to save developer time even though it will hardly matter to endusers. Per my report today on pgsql-hackers.1 parentf5fd651 commitbe3a24d
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
2712 | 2712 |
| |
2713 | 2713 |
| |
2714 | 2714 |
| |
| 2715 | + | |
| 2716 | + | |
| 2717 | + | |
| 2718 | + | |
| 2719 | + | |
| 2720 | + | |
| 2721 | + | |
| 2722 | + | |
2715 | 2723 |
| |
2716 | 2724 |
| |
2717 | 2725 |
| |
|
0 commit comments
Comments
(0)