Search Postgresql Archives

Re: autovaccum task got cancelled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 31, 2013 at 11:51 AM, Gary Fu <gfu@xxxxxxxxxxxxxx> wrote:
Hello,

I'm running an application (with programs in Perl) through pgpool 3.1 with replication mode to two postgresql db servers (version 9.0.13).  Recently, I noticed that the following messages repeatedly showed in postgres log files.  As far as I know, the application programs do not make any specific lock on the 'file' table.  I'm not sure if it is caused by the pgpool or something else.

Try setting your log_line_prefix so that more details are logged, that might help track down where the locks etc are coming from.
Eg
log_line_prefix = '%m [%p] (user=%u) (db=%d) (rhost=%h) [vxid:%v txid:%x] [%i] '

and reload your config (eg. "select pg_reload_conf()" as the superuser)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux