pgsql: Remove trailing slashes from directories in find command

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove trailing slashes from directories in find command
Дата
Msg-id E1Zd7Yi-0005p9-BD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove trailing slashes from directories in find command

BSD find is not very smart and ends up writing double slashes into the
output in those cases.  Also, xgettext is not very smart and splits the
file names incorrectly in those cases, resulting in slightly incorrect
file names being written into the POT file.

Branch
------
master

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

Modified Files
--------------
src/backend/nls.mk |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Glue layer to connect the executor to the shm_mq mechanism.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing serial comma