Обсуждение: Running vacuum while executing the application

Поиск
Список
Период
Сортировка

Running vacuum while executing the application

От
Raquel Vieira
Дата:
Hi!

My application in C++ use a Postgres Database. I'm executing vacuum once a
day in my database with the application running at the same time (and
interacting with Postgres).
When I execute vacuum, I obtain this error in my application (while trying to
execute a query in Postgres):

[unixODBC]Error while executing the query (non-fatal);
ERROR:  RelationClearRelation: relation 1233323 modified while in use


Is there any problem to execute vacuum and trying to access to the database
at the same time?

Thank you.

Raquel

Re: Running vacuum while executing the application

От
Tom Lane
Дата:
Raquel Vieira <raquel.vieira@ent.efacec.pt> writes:
> ERROR:  RelationClearRelation: relation 1233323 modified while in use

A newer Postgres seems in order.  That error message hasn't even existed
since about 7.0.

            regards, tom lane