diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-03-13 03:26:47 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-03-13 03:26:47 +0900 |
commit | 588fb5071545ce6e8ffb6a88e146789560e6c879 (patch) | |
tree | 6dd0f34e13b25ac3f8431aefafae4fa21502b81d /doc/src | |
parent | a0b4c355c2f4e26735d28372c49f4661621988f2 (diff) | |
download | postgresql-588fb5071545ce6e8ffb6a88e146789560e6c879.tar.gz postgresql-588fb5071545ce6e8ffb6a88e146789560e6c879.zip |
Show PIDs of lock holders and waiters in log_lock_waits log message.
Christian Kruse, reviewed by Kumar Rajeev Rastogi.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sources.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index 881b0c31a75..aa2080742d4 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -251,6 +251,15 @@ ereport(ERROR, </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 <quote>hint</> message; this is to be used when offering suggestions about how to fix the problem, as opposed to factual details about |