mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Show PIDs of lock holders and waiters in log_lock_waits log message.
Christian Kruse, reviewed by Kumar Rajeev Rastogi.
This commit is contained in:
@ -249,6 +249,15 @@ ereport(ERROR,
|
||||
sent to the client.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<function>errdetail_log_plural(const char *fmt_singuar, const char
|
||||
*fmt_plural, unsigned long n, ...)</function> is like
|
||||
<function>errdetail_log</>, but with support for various plural forms of
|
||||
the message.
|
||||
For more information see <xref linkend="nls-guidelines">.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<function>errhint(const char *msg, ...)</function> supplies an optional
|
||||
|
Reference in New Issue
Block a user