mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-03 14:01:57 +02:00
PGPRO-1311: Fix for PostgreSQL 9.6
This commit is contained in:
parent
2e436111ec
commit
ad083f827b
@ -2721,7 +2721,7 @@ StreamLog(void *arg)
|
||||
ctl.replication_slot = replication_slot;
|
||||
ctl.stop_socket = PGINVALID_SOCKET;
|
||||
#else
|
||||
ctl.basedir = basedir;
|
||||
ctl.basedir = (char *) stream_arg->basedir;
|
||||
#endif
|
||||
|
||||
ctl.stream_stop = stop_streaming;
|
||||
|
Loading…
x
Reference in New Issue
Block a user