diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-05-11 16:42:33 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-05-11 16:42:33 +0000 |
commit | f6f32867affb5d442abca8e3de06806a6396330d (patch) | |
tree | 1f9cd389036cc7042ae1c7a994185ee1678c5170 /src/backend/executor/functions.c | |
parent | 871a6086b1919512824f96c2278ed70de546dfc3 (diff) | |
download | postgresql-f6f32867affb5d442abca8e3de06806a6396330d.tar.gz postgresql-f6f32867affb5d442abca8e3de06806a6396330d.zip |
Cause the archiver process to adopt new postgresql.conf settings (particularly
archive_command) as soon as possible, namely just before issuing a new call
of archive_command, even when there is a backlog of files to be archived.
The original coding would only absorb new settings after clearing the backlog
and returning to the outer loop. Per discussion.
Back-patch to 8.3. The logic in prior versions is a bit different and it
doesn't seem worth taking any risks of breaking it.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions