Skip to content

Commit 6d89b08

Browse files
committed
Fix damange from wrongly split commit in fdf81c9.
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.
1 parent 0cadfee commit 6d89b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_recvlogical.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ main(int argc, char **argv)
951951

952952
while (true)
953953
{
954-
StreamLog();
954+
StreamLogicalLog();
955955
if (time_to_abort)
956956
{
957957
/*

0 commit comments

Comments
 (0)