Обсуждение: pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94.

Поиск
Список
Период
Сортировка

pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94.

От
Andres Freund
Дата:
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(-)