Ensure that all places that are complaining about exhaustion of shared

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

Commit: 624292aa3517d85f1314227df400f256424a496b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-10-16T20:59:35Z
Releases: 7.4.1
Ensure that all places that are complaining about exhaustion of shared
memory say 'out of shared memory'; some were doing that and some just
said 'out of memory'.  Also add a HINT about increasing max_locks_per_transaction
where relevant, per suggestion from Sean Chittenden.  (The former change
does not break the strings freeze; the latter does, but I think it's
worth doing anyway.)

Files