Don't complain if a nonexistent WAL file is encountered during cleanup.
authorMartin Pihlak <martin.pihlak@gmail.com>
Thu, 16 Aug 2012 09:43:37 +0000 (12:43 +0300)
committerMartin Pihlak <martin.pihlak@gmail.com>
Thu, 16 Aug 2012 09:43:37 +0000 (12:43 +0300)
commit37e91db8fb3a1fcd9a7a54934a2e882a5a953d0c
tree12ed4eeace28c4ce632fff7ffb4ac9ae0abbad5c
parent93efe375803f843bdf572beef542fdf3e474d93c
Don't complain if a nonexistent WAL file is encountered during cleanup.

This is to avoid crashes when some cleanup command (such as pg_archivecleanup)
has already removed the wal files.
python/walmgr.py