From: Andres Freund Date: Wed, 1 Oct 2014 17:24:50 +0000 (+0200) Subject: Fix damange from wrongly split commit in fdf81c9a6cf94. X-Git-Tag: REL9_4_BETA3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d89b0860cba23761db3d08523c28e4da79bcbcd;p=postgresql 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. --- diff --git a/src/bin/pg_basebackup/pg_recvlogical.c b/src/bin/pg_basebackup/pg_recvlogical.c index a88ffacc06..632b2cc983 100644 --- a/src/bin/pg_basebackup/pg_recvlogical.c +++ b/src/bin/pg_basebackup/pg_recvlogical.c @@ -951,7 +951,7 @@ main(int argc, char **argv) while (true) { - StreamLog(); + StreamLogicalLog(); if (time_to_abort) { /*