forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit71e7083
committed
Rephrase some not-supported error messages in pg_hba.conf processing.
In a couple of places we said "not supported on this platform" for casesthat aren't really platform-specific, but could depend on configurationoptions such as --with-openssl. Use "not supported by this build" instead,as that doesn't convey the impression that you can't fix it without movingto another OS; that's also more consistent with the wording used for anidentical error case in guc.c.No back-patch, as the clarity gain is small enough to not be worthburdening translators with back-branch changes.1 parentc464a06 commit71e7083
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
850 | 850 |
| |
851 | 851 |
| |
852 | 852 |
| |
853 |
| - | |
| 853 | + | |
854 | 854 |
| |
855 | 855 |
| |
856 | 856 |
| |
| |||
1148 | 1148 |
| |
1149 | 1149 |
| |
1150 | 1150 |
| |
1151 |
| - | |
| 1151 | + | |
1152 | 1152 |
| |
1153 | 1153 |
| |
1154 | 1154 |
| |
|
0 commit comments
Comments
(0)