]> granicus.if.org Git - postgresql/commit
Ignore SIGXFSZ (if platform has it), so that ulimit violations work like
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2003 22:40:14 +0000 (22:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Mar 2003 22:40:14 +0000 (22:40 +0000)
commit6ba159f9cfb956615769d9a34689203c04e7767a
treeeef3ff9dc208c3ab29a1df2c20e7f27914ee094c
parentfddc2d94cea0b60a704020715e5e6cc15548a412
Ignore SIGXFSZ (if platform has it), so that ulimit violations work like
disk-full conditions instead of provoking a backend crash.  Per suggestion
from Frederic Surleau.
src/backend/postmaster/postmaster.c