- Notifications
You must be signed in to change notification settings - Fork28
Commit8b0fec9
committed
initdb: Fix for mixed-case superuser names
The previous coding did not properly quote the user name before castingit to regrole. To avoid all that, just pass in BOOTSTRAP_SUPERUSERIDnumerically.Also fix one place where the BOOTSTRAP_SUPERUSERID was hardcoded as 10.1 parentc397814 commit8b0fec9
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
| |||
1617 | 1618 |
| |
1618 | 1619 |
| |
1619 | 1620 |
| |
1620 |
| - | |
| 1621 | + | |
1621 | 1622 |
| |
1622 | 1623 |
| |
1623 | 1624 |
| |
| |||
1688 | 1689 |
| |
1689 | 1690 |
| |
1690 | 1691 |
| |
1691 |
| - | |
| 1692 | + | |
1692 | 1693 |
| |
1693 | 1694 |
| |
1694 | 1695 |
| |
|
0 commit comments
Comments
(0)