On Fri, Nov 21, 2014 at 1:14 AM, Alvaro Herrera <alvherre@xxxxxxxxxxxxxxx> wrote:
If there are foreign keys on the tables, the system internally runs some
SELECT FOR KEY SHARE queries on the referenced tables (the ones
containing the primary or unique keys). You can get some multixacts
that way too.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
Thanks !
If I recollect correct, then is the cleanup of pg_multixact/members fixed in 9.3.5 release?
Regards...