Reject ANALYZE commands during VACUUM FULL or another ANALYZE.

Noah Misch <noah@leadboat.com>

Commit: aae12e41669b75cdf112d0759a2f96b3ea1b4a45
Author: Noah Misch <noah@leadboat.com>
Date: 2015-01-08T03:34:39Z
Releases: 9.0.19
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.

vacuum()'s static variable handling makes it non-reentrant; an ensuing
null pointer deference crashed the backend.  Back-patch to 9.0 (all
supported versions).

Files