]> granicus.if.org Git - postgresql/commitdiff
Fix damange from wrongly split commit in fdf81c9a6cf94.
authorAndres Freund <andres@anarazel.de>
Wed, 1 Oct 2014 17:24:50 +0000 (19:24 +0200)
committerAndres Freund <andres@anarazel.de>
Wed, 1 Oct 2014 17:24:50 +0000 (19:24 +0200)
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.

src/bin/pg_basebackup/pg_recvlogical.c

index a88ffacc06df62fb2d812c1da7e3449afad57937..632b2cc983e537c43e14c88944c2bd21eba89c7d 100644 (file)
@@ -951,7 +951,7 @@ main(int argc, char **argv)
 
        while (true)
        {
-               StreamLog();
+               StreamLogicalLog();
                if (time_to_abort)
                {
                        /*