Re: vacuum analyse waiting

From: bricklen <bricklen(at)gmail(dot)com>
To: Nicolas Aubert <aubertnicolas11(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: vacuum analyse waiting
Date: 2016-03-21 15:37:06
Message-ID: CAGrpgQ_+gc8ZHX3dsoJGPD+ZsPkVRMrr0VfwuOLqHe6i7Vriag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Mar 21, 2016 at 8:26 AM, Nicolas Aubert <aubertnicolas11(at)gmail(dot)com>
wrote:

> the vacuum process is the 22510
> here is what I found in pg_locks
>
>
> virtualtransaction | pid | mode | granted | fastpath
>
> ------------+---------------+---------+-------+----------+--------------------+-------+--------------------------+---------+----------
>
> 3/376480 | 22510 | ExclusiveLock | t |
> | | | | |
> 3/376480 | 22510 | ShareUpdateExclusiveLock | f | f
>

Have a look at the lock dependency queries at
https://wiki.postgresql.org/wiki/Lock_dependency_information for more
information about what is holding the locks.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Edgar Delgado 2016-03-21 20:02:54 Out of memory psql import!
Previous Message hubert depesz lubaczewski 2016-03-21 15:35:38 Re: vacuum analyse waiting