- Notifications
You must be signed in to change notification settings - Fork28
Commit6e546c2
committed
Arrange to call localtime() during postmaster startup. On most Unixen,
the first call of localtime() in a process will read /usr/lib/tztab orlocal equivalent. Better to do this once in the postmaster and inheritthe data by fork() than to have to do it during every backend start.1 parent9103372 commit6e546c2
1 file changed
+19
-5
lines changedLines changed: 19 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
723 | 723 |
| |
724 | 724 |
| |
725 | 725 |
| |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
726 | 730 |
| |
727 | 731 |
| |
728 | 732 |
| |
| |||
749 | 753 |
| |
750 | 754 |
| |
751 | 755 |
| |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
752 | 768 |
| |
753 | 769 |
| |
754 | 770 |
| |
| |||
1793 | 1809 |
| |
1794 | 1810 |
| |
1795 | 1811 |
| |
1796 |
| - | |
1797 | 1812 |
| |
1798 | 1813 |
| |
1799 | 1814 |
| |
1800 | 1815 |
| |
1801 | 1816 |
| |
1802 | 1817 |
| |
1803 | 1818 |
| |
1804 |
| - | |
| 1819 | + | |
1805 | 1820 |
| |
1806 | 1821 |
| |
1807 | 1822 |
| |
| |||
2412 | 2427 |
| |
2413 | 2428 |
| |
2414 | 2429 |
| |
2415 |
| - | |
2416 | 2430 |
| |
2417 | 2431 |
| |
2418 | 2432 |
| |
2419 | 2433 |
| |
2420 | 2434 |
| |
2421 |
| - | |
| 2435 | + | |
2422 | 2436 |
| |
2423 | 2437 |
| |
2424 | 2438 |
| |
|
0 commit comments
Comments
(0)