pgsql: pg_resetwal: Improve error with wrong/missing data directory

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_resetwal: Improve error with wrong/missing data directory
Дата
Msg-id E1qlnbi-006RB6-UY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_resetwal: Improve error with wrong/missing data directory

Run chdir() before permission check to get a less confusing error
message if the specified data directory does not exist.

Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://www.postgresql.org/message-id/flat/0f3ab4a1-ae80-56e8-3426-6b4a02507687@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1d863c250461410e60c9ed5d3180f32336f4c3e2

Modified Files
--------------
src/bin/pg_resetwal/pg_resetwal.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_resetwal: Update an obsolete comment
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_resetwal: Regroup --help output