Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 43bd813

Browse files
committed
replication connection fix
1 parent 8024415 commit 43bd813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ StreamLog(void *arg)
24702470
* Connect in replication mode to the server
24712471
*/
24722472
if (conn == NULL)
2473-
conn = GetConnection();
2473+
conn = pgut_connect_replication(pgut_dbname);
24742474
if (!conn)
24752475
{
24762476
pthread_mutex_unlock(&start_stream_mut);

0 commit comments

Comments
 (0)