Fix damange from wrongly split commit in fdf81c9a6c.

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.
This commit is contained in:
Andres Freund 2014-10-01 19:24:50 +02:00
parent 0cadfee37f
commit 6d89b0860c

View File

@ -951,7 +951,7 @@ main(int argc, char **argv)
while (true)
{
StreamLog();
StreamLogicalLog();
if (time_to_abort)
{
/*