Improve the representation of FOR UPDATE/FOR SHARE so that we can

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

Commit: 986085a7f08c72219abf47f8b968213e81ab943c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-04-30T18:30:40Z
Releases: 8.2.0
Improve the representation of FOR UPDATE/FOR SHARE so that we can
support both FOR UPDATE and FOR SHARE in one command, as well as both
NOWAIT and normal WAIT behavior.  The more general code is actually
simpler and cleaner.

Files