1
0
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:
Arthur Zakirov 2018-04-09 00:10:52 +03:00
parent 2e436111ec
commit ad083f827b

View File

@ -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;