Re: Postgres is eating my CPU - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Postgres is eating my CPU
Date
Msg-id 26650.999618397@sss.pgh.pa.us
Whole thread Raw
In response to Postgres is eating my CPU  (james@unifiedmind.com (James Thornton))
List pgsql-hackers
james@unifiedmind.com (James Thornton) writes:
> As you can see from the ps output, there are several INSERT statements
> -- these return after restarting Postgres and even rebooting the
> system.

Postgres backends don't just appear out of nowhere.  Somewhere you have
a client app that is connecting to the database and issuing those INSERT
commands.  Without knowing what that app is or exactly what commands it's
issuing, it's impossible to say what's going on.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Joe Conway"
Date:
Subject: Re: Bytea/Base64 encoders for libpq - interested?
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] getting the oid for a new tuple in a BEFORE