Modify snapshot definition so that lazy vacuums are ignored by other

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 92c2ecc130239b38580b5c11c532d2e027fc2d06
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2006-07-30T02:07:18Z
Releases: 8.2.0
Modify snapshot definition so that lazy vacuums are ignored by other
vacuums.  This allows a OLTP-like system with big tables to continue
regular vacuuming on small-but-frequently-updated tables while the
big tables are being vacuumed.

Original patch from Hannu Krossing, rewritten by Tom Lane and updated
by me.

Files