Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4c5e810fcda57940d1a7178389129591eb93d68e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-01T16:40:05Z
Releases: 8.0.0
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.

Files