pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94.
Дата
Msg-id E1XZNhP-0008Ba-Ki@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix damange from wrongly split commit in fdf81c9a6cf94.

Unfortunately I mistakenly split the commit wrongly into two parts,
leaving one part of renaming StreamLog to StreamLogicalLog in the
second commit. Which isn't backported to 9.4...
Fix it in 9.4 only, as master already is 'fixed' by the subsequent
commit.

Noticed by Jan Wieck and the buildfarm.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6d89b0860cba23761db3d08523c28e4da79bcbcd

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


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: pg_recvlogical.c code review.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some more problems with nested append relations.