diff options
author | Tom Lane | 2004-10-01 16:40:05 +0000 |
---|---|---|
committer | Tom Lane | 2004-10-01 16:40:05 +0000 |
commit | 4c5e810fcda57940d1a7178389129591eb93d68e (patch) | |
tree | 71677cf693a93449b45fc082fc7c571452ef4459 /doc/src/sgml/errcodes.sgml | |
parent | 392b187a214272937557af695692b6586375cc66 (diff) |
Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword
to unreserved keyword, use ereport not elog, assign a separate error code
for 'could not obtain lock' so that applications will be able to detect
that case cleanly.
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index 950f97151bc..7bcff2c1d90 100644 --- a/doc/src/sgml/errcodes.sgml +++ b/doc/src/sgml/errcodes.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.8 2004/08/24 00:06:50 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.9 2004/10/01 16:39:46 tgl Exp $ --> <appendix id="errcodes-appendix"> <title><productname>PostgreSQL</productname> Error Codes</title> @@ -1099,6 +1099,11 @@ <entry>CANT CHANGE RUNTIME PARAM</entry> </row> +<row> +<entry><literal>55P03</literal></entry> +<entry>LOCK NOT AVAILABLE</entry> +</row> + <row> <entry>Class 57</entry> |