summaryrefslogtreecommitdiff
path: root/src/pl/plperl/plc_perlboot.pl
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-08-25 20:10:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-08-25 20:10:59 +0000
commitb5cf172d2cb7daf930d43aba91897e0b1ae57ee0 (patch)
tree1f0f70d08f8fdce05adcf1267adca6d8e5ca4440 /src/pl/plperl/plc_perlboot.pl
parent167557b47675088b5f62ec7b1b0374f4fa82b9e5 (diff)
Improve hint message for ENOMEM failure from shmget().
It turns out that some platforms return ENOMEM for a request that violates SHMALL, whereas we were assuming that ENOSPC would always be used for that. Apparently the latter is a Linuxism while ENOMEM is the BSD tradition. Extend the ENOMEM hint to suggest that raising SHMALL might be needed. Per gripe from A.M. Backpatch to 9.0, but not further, because this doesn't seem important enough to warrant creating extra translation work in the stable branches. (If it were, we'd have figured this out years ago.)
Diffstat (limited to 'src/pl/plperl/plc_perlboot.pl')
0 files changed, 0 insertions, 0 deletions