Re: Error when execute insert/update

From: Zaid Shabbir <zaidshabbir(at)gmail(dot)com>
To: Leandro Bugalho <leandrohb(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Error when execute insert/update
Date: 2022-09-11 09:07:57
Message-ID: CABCJe_VDtmVDn7nYzRHqF3TKkajfQbj2cSPcBooPgKQ+Bkv8KA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, 11 Sep 2022, 11:29 am Leandro Bugalho, <leandrohb(at)gmail(dot)com> wrote:

> Hi guys, I have a PostgreSQL 9.5 server, which started showing the
> following message in the log:
>

Why not you move on latest PostgreSQL like 14, 13.

> ,ERROR,54000,"multixact ""members"" limit exceeded","This command
> would create a multixact with 2 members, but the remaining space is
> only enough for 0 members.","Run a database-wide VACUUM in database
> with OID 139059 with reduced vacuum_multixact_freeze_min_age and
> vacuum_multixact_freeze_table_age settings.",,,"SQL statement ""SELECT
> 1 FROM ONLY ""public"".""alf_server"" x WHERE ""id""
> OPERATOR(pg_catalog.=) $1 FOR KEY SHARE OF x""","insert into
>
> I started the vacuum in the database , but the same for the size ,I
> believe it will take a long time. Is there any way to increase this
> limit member while the vacuum is running to free up the application?
>
> thanks a lot,
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Leandro Bugalho 2022-09-11 11:35:28 Re: Error when execute insert/update
Previous Message Leandro Bugalho 2022-09-11 06:30:21 Re: WAL storage when archive_command=''