unusual use of "path" in pg_verifybackup?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема unusual use of "path" in pg_verifybackup?
Дата
Msg-id 52cb5c61-3e7f-757f-3dcd-bdb200d5e608@2ndquadrant.com
обсуждение исходный текст
Список pgsql-hackers
pg_verifybackup and the associated backup manifest functionality uses 
"path", "path name", etc. throughout where other components might just 
say "file", "file name".  This isn't wrong, if you follow POSIX 
terminology, but it's a bit unusual, I think.  Specifically, option 
naming like

   -i, --ignore=RELATIVE_PATH  ignore indicated path
   -m, --manifest-path=PATH    use specified path for manifest
   -w, --wal-directory=PATH    use specified path for WAL files

might make one think that there is a search path involved.

Thoughts?  Is there a deeper reason behind this, or should we dial this 
back a bit perhaps?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: problem with RETURNING and update row movement
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: On login trigger: take three