forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf3abca
committed
Allow initdb to complete on systems without "locale" command
This partially reverts2fe3bdb, whichadded an error check on the "locale -a" execution. This is removedagain, adding a comment explaining why. We already had code thatshows a warning if no system locales could be found, which should besufficient for feedback to the user.Discussion:https://www.postgresql.org/message-id/flat/b2b491d1-3b36-15b9-6910-5b5540b27f5c%40enterprisedb.com1 parent3b30454 commitaf3abca
1 file changed
+7
-10
lines changedLines changed: 7 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 |
| - | |
644 | 643 |
| |
645 | 644 |
| |
646 | 645 |
| |
| |||
747 | 746 |
| |
748 | 747 |
| |
749 | 748 |
| |
750 |
| - | |
751 |
| - | |
752 |
| - | |
753 |
| - | |
754 |
| - | |
755 |
| - | |
756 |
| - | |
757 |
| - | |
758 |
| - | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
759 | 756 |
| |
760 | 757 |
| |
761 | 758 |
| |
|
0 commit comments
Comments
(0)