Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane <tgl@sss.pgh.pa.us>
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.