forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2333803
committed
Use "data directory" not "current directory" in error messages.
The user receiving the message might not understand where theserver's "current directory" is. "Data directory" seems clearer.(This would not be good for frontend code, but both of thesemessages are only issued in the backend.)Kyotaro HoriguchiDiscussion:https://postgr.es/m/20230316.111646.1564684434328830712.horikyota.ntt@gmail.com1 parent442f870 commit2333803
File tree
3 files changed
+3
-3
lines changed- contrib/adminpack
- expected
- src/backend/utils/adt
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments
Comments
(0)