Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d89b08

Browse files
committed
Fix damange from wrongly split commit infdf81c9.
Unfortunately I mistakenly split the commit wrongly into two parts,leaving one part of renaming StreamLog to StreamLogicalLog in thesecond commit. Which isn't backported to 9.4...Fix it in 9.4 only, as master already is 'fixed' by the subsequentcommit.Noticed by Jan Wieck and the buildfarm.
1 parent0cadfee commit6d89b08

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)

[8]ページ先頭

©2009-2025 Movatter.jp