[COMMITTERS] pgsql: Fix typos

2015-06-08 Thread Alvaro Herrera
Fix typos tablesapce -> tablespace there -> their These were introduced in 72d422a52, so no need to backpatch. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/94232c909da4e39273efd66fc7c9c4a3fd9ef51a Modified Files -- doc/src/sgml/backup.sgml |

[COMMITTERS] pgsql: Refactor WAL segment copying code.

2015-06-08 Thread Fujii Masao
Refactor WAL segment copying code. * Remove unused argument "dstfname" and related code from XLogFileCopy(). * Previously XLogFileCopy() returned a pstrdup'd string so that InstallXLogFileSegment() used it later. Since the pstrdup'd string was never free'd, there could be a risk of memory leak. I

[COMMITTERS] pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod

2015-06-08 Thread Andres Freund
Allow HotStandbyActiveInReplay() to be called in single user mode. HotStandbyActiveInReplay, introduced in 061b079f, only allowed WAL replay to happen in the startup process, missing the single user case. This buglet is fairly harmless as it only causes problems when single user mode in an assert

[COMMITTERS] pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod

2015-06-08 Thread Andres Freund
Allow HotStandbyActiveInReplay() to be called in single user mode. HotStandbyActiveInReplay, introduced in 061b079f, only allowed WAL replay to happen in the startup process, missing the single user case. This buglet is fairly harmless as it only causes problems when single user mode in an assert

[COMMITTERS] pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod

2015-06-08 Thread Andres Freund
Allow HotStandbyActiveInReplay() to be called in single user mode. HotStandbyActiveInReplay, introduced in 061b079f, only allowed WAL replay to happen in the startup process, missing the single user case. This buglet is fairly harmless as it only causes problems when single user mode in an assert

[COMMITTERS] pgsql: Allow HotStandbyActiveInReplay() to be called in single user mod

2015-06-08 Thread Andres Freund
Allow HotStandbyActiveInReplay() to be called in single user mode. HotStandbyActiveInReplay, introduced in 061b079f, only allowed WAL replay to happen in the startup process, missing the single user case. This buglet is fairly harmless as it only causes problems when single user mode in an assert