I was reminded today that we still haven't done anything about this: Tom Lane <t...@sss.pgh.pa.us> writes: > While testing 9.1 RPMs on Fedora 15 (2.6.40 kernel), I notice > messages like these in the kernel log: > Sep 11 13:38:56 rhl kernel: [ 415.308092] postgres (18040): > /proc/18040/oom_adj is deprecated, please use /proc/18040/oom_score_adj > instead.
At this point there are no shipping Fedora versions that don't emit this gripe, and F15 is even about to go EOL. The previous discussion thread at http://archives.postgresql.org/pgsql-hackers/2011-09/msg00794.php went off into the weeds of what was in my opinion over-design. I still think it's sufficient to do what I suggested initially: > ... The simplest, least risky change that I can think of is to > copy-and-paste the relevant #ifdef code block in fork_process.c. > If we do that, then it would be up to the packager whether to #define > LINUX_OOM_ADJ or LINUX_OOM_SCORE_ADJ or both depending on the behavior > he wants. and would like to squeeze that into 9.2 so that we're only a year late and not two years late in responding to this issue :-(. Objections? regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers