Skip to content

Commit ad083f8

Browse files
author
Arthur Zakirov
committed
PGPRO-1311: Fix for PostgreSQL 9.6
1 parent 2e43611 commit ad083f8

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
@@ -2721,7 +2721,7 @@ StreamLog(void *arg)
27212721
ctl.replication_slot = replication_slot;
27222722
ctl.stop_socket = PGINVALID_SOCKET;
27232723
#else
2724-
ctl.basedir = basedir;
2724+
ctl.basedir = (char *) stream_arg->basedir;
27252725
#endif
27262726

27272727
ctl.stream_stop = stop_streaming;

0 commit comments

Comments
 (0)