Re: Deadlock with pg_dump? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deadlock with pg_dump?
Date
Msg-id 5030.1172518106@sss.pgh.pa.us
Whole thread Raw
In response to Re: Deadlock with pg_dump?  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: Deadlock with pg_dump?  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> The idea of the patch is that it generates a log message which then
> invokes log_min_error_statement so that the SQL statement is displayed.
> LOG is not on the list of options there, otherwise I would use it.

As I said, you don't understand how the logging priority control works.
LOG *is* the appropriate level for stuff intended to go to the server log.

            regards, tom lane

pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Deadlock with pg_dump?
Next
From: "Simon Riggs"
Date:
Subject: Re: Simple Column reordering