forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb1ec7f4
committed
Cleanup more code and comments related to Windows NT4 (XP days)
All the code and comments cleaned up here is irrelevant since495ed0e.Note that this removes an assumption that CreateRestrictedToken() maynot exist, something that could have happened when running under WindowsNT as the code stated. Rather than assuming that it may not exist, thiscauses pg_ctl to fail hard if the function cannot be loaded.Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20220826112637.GD2342@telsasoft.com1 parent7fed801 commitb1ec7f4
4 files changed
+7
-20
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
498 |
| - | |
| 498 | + | |
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
|
Lines changed: 5 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1726 | 1726 |
| |
1727 | 1727 |
| |
1728 | 1728 |
| |
1729 |
| - | |
1730 |
| - | |
1731 |
| - | |
| 1729 | + | |
1732 | 1730 |
| |
1733 | 1731 |
| |
1734 | 1732 |
| |
| |||
1768 | 1766 |
| |
1769 | 1767 |
| |
1770 | 1768 |
| |
1771 |
| - | |
1772 |
| - | |
1773 |
| - | |
1774 | 1769 |
| |
1775 | 1770 |
| |
1776 | 1771 |
| |
| |||
1815 | 1810 |
| |
1816 | 1811 |
| |
1817 | 1812 |
| |
1818 |
| - | |
1819 |
| - | |
1820 |
| - | |
1821 |
| - | |
1822 |
| - | |
1823 |
| - | |
1824 |
| - | |
1825 |
| - | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
1826 | 1817 |
| |
1827 | 1818 |
| |
1828 | 1819 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 | 274 |
| |
279 | 275 |
| |
280 | 276 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
0 commit comments
Comments
(0)