pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix damange from wrongly split commit in fdf81c9a6cf94.
Date
Msg-id E1XZNhP-0008Ba-Ki@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pg_recvlogical.c code review.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix some more problems with nested append relations.