• Tom Lane's avatar
    Treat the autovac launcher more like a regular backend, in that we wait · 421d5027
    Tom Lane authored
    for it to die before telling the bgwriter to initiate shutdown checkpoint.
    Since it's connected to shared memory, this seems more prudent than the
    alternative of letting it quit asynchronously.  Resolves my complaint
    of yesterday about repeated shutdown checkpoints in CVS HEAD.
    421d5027
postmaster.c 112 KB