pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix use of wrong variable in pg_receivewal's get_destination_dir
Дата
Msg-id E1nO7hf-0003C2-C1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix use of wrong variable in pg_receivewal's get_destination_dir().

The global variable wrongly used is always the one passed to
get_destination_dir(), so there currently are no negative consequences.

Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Discussion: https://postgr.es/m/CALj2ACUT0C2LQwhyLXTQdj8T9SxZa5j7cmu-UOz0cZ8_D5edjg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1155d8b8d52ed8705fd8386eaa64fb05c04170c6

Modified Files
--------------
src/bin/pg_basebackup/pg_receivewal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix warning on mingw due to pid_t width, introduced in fe0972ee5
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Convert src/interfaces/libpq/test to a tap test.