When archiving is enabled, rotate the last WAL segment at shutdown so that
authorHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 28 May 2009 11:02:16 +0000 (11:02 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 28 May 2009 11:02:16 +0000 (11:02 +0000)
commit2338ed5e493d2063418f133dc712f88de94daa95
tree4fa5872a53d1edde47bfd441d8e4ce61c2106960
parent9861ced0a0964a4c3d1f0c22634751f86441bd41
When archiving is enabled, rotate the last WAL segment at shutdown so that
all transactions are archived.

Original patch by Guillaume Smet.
src/backend/access/transam/xlog.c