- Notifications
You must be signed in to change notification settings - Fork5
Commitd4e6133
committed
Revert commit0725065.
The previous commit was intended to make psql show the full path name whendoing a \s (history save), but it was very badly implemented and would showconfusing if not outright wrong information in many situations; forinstance if the path name given to \s is absolute, or if \cd commandsinvolving relative paths have been issued. Consensus seems to be thatwe don't especially need this functionality in \s, and certainly not in \salone. So revert rather than trying to fix it up. Per gripe fromIan Barwick.Although the bogus behavior exists in all supported versions, I'm notback-patching, because the work created for translators (by change ofa translatable message) would probably outweigh the value of what isafter all a mostly-cosmetic change.1 parent2636ecf commitd4e6133
2 files changed
+1
-9
lines changedLines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 | 292 |
| |
298 | 293 |
| |
299 | 294 |
| |
| |||
1102 | 1097 |
| |
1103 | 1098 |
| |
1104 | 1099 |
| |
1105 |
| - | |
1106 |
| - | |
| 1100 | + | |
1107 | 1101 |
| |
1108 | 1102 |
| |
1109 | 1103 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
88 |
| - | |
89 | 87 |
| |
90 | 88 |
| |
91 | 89 |
| |
|
0 commit comments
Comments
(0)