pgsql: Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
Дата
Msg-id E1VdpTx-0000TY-QT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.

The previous commit was intended to make psql show the full path name when
doing a \s (history save), but it was very badly implemented and would show
confusing if not outright wrong information in many situations; for
instance if the path name given to \s is absolute, or if \cd commands
involving relative paths have been issued.  Consensus seems to be that
we don't especially need this functionality in \s, and certainly not in \s
alone.  So revert rather than trying to fix it up.  Per gripe from
Ian Barwick.

Although the bogus behavior exists in all supported versions, I'm not
back-patching, because the work created for translators (by change of
a translatable message) would probably outweigh the value of what is
after all a mostly-cosmetic change.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d4e6133c681f0038861e5cf8707302bd80917fa0

Modified Files
--------------
src/bin/psql/command.c  |    8 +-------
src/bin/psql/settings.h |    2 --
2 files changed, 1 insertion(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Lock relation used to generate fresh data for RMV.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve the error message given for modifying a window with fram