pgsql: pg_recvlogical message and code improvements.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: pg_recvlogical message and code improvements.
Дата
Msg-id E1XH9ve-0001Od-MC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_recvlogical message and code improvements.

Some error messages complained about --init and --stop being used
whereas the --create and --drop are the correct verbs. Fix that.

Also a XLogRecPtr was tested in a boolean fashion instead of being
compared to InvalidXLogRecPtr.

Backpatch to 9.4 where pg_recvlogical was introduced.

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/596385be06e1c8ac7291958a556b10b37ee333d5

Modified Files
--------------
src/bin/pg_basebackup/pg_recvlogical.c |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: pg_recvlogical message and code improvements.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Expose -S option in pg_receivexlog.