Re: Error when execute insert/update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Leandro Bugalho <leandrohb(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org, Zaid Shabbir <zaidshabbir(at)gmail(dot)com>
Subject: Re: Error when execute insert/update
Date: 2022-09-11 15:14:09
Message-ID: 816926.1662909249@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Leandro Bugalho <leandrohb(at)gmail(dot)com> writes:
> This upgrade is in our follow up. But unfortunately this issue
> occurred previously our upgrade. Now we need to fix this. ANy
> suggestions ?

There is no magic bullet that will avoid the need for the cleanup
VACUUM, if that's what you mean. What you should be thinking
about is how to prevent a recurrence of the situation. In ordinary
circumstances autovacuum ought to have kept you out of trouble ...
have you disabled that, or changed settings to render it
insufficiently aggressive?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Leandro Bugalho 2022-09-11 15:41:15 Re: Error when execute insert/update
Previous Message Leandro Bugalho 2022-09-11 11:35:28 Re: Error when execute insert/update