Introduce a 'slave_pg_xlog' configuration variable. This
authorMartin Pihlak <martin.pihlak@gmail.com>
Tue, 27 Jul 2010 08:38:36 +0000 (11:38 +0300)
committerMartin Pihlak <martin.pihlak@gmail.com>
Tue, 27 Jul 2010 09:11:53 +0000 (12:11 +0300)
commitf59838c89d9849df13669c624f247cd90ec37269
tree51513fe8c233018d7a69f0f39430947bfd750dbb
parent1cc37e1ac88c7f932fce59dbdaa8d98e1d139a59
Introduce a 'slave_pg_xlog' configuration variable. This
allows master and slave pg_xlog files to be in different
locations. During restore this directory is symlinked to
slave pg_xlog. Patch from Steve Singer.
doc/walmgr.txt
python/conf/wal-slave.ini
python/walmgr.py