Created attachment 910196 [details] proposed patch Description of problem: As of http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=df8b7bc9ffff5b00aacff774600b569992cddeb8 which will ship in Postgres 9.5, the mechanism for dealing with OOM score adjustment has changed: there's now some environment variables to set rather than a #define to be applied while building. While this is not going to be relevant to Fedora till sometime next year, I thought it'd be a good idea to file a bug about it before it gets forgotten. What you could do if you want to close this bug before adopting 9.5 is to apply the attached patch, which adds the environment settings (which'll be ignored by current Postgres) while not yet removing the CFLAGS item. If you don't remember to remove the CFLAGS item when updating to 9.5, it'll be harmless, since 9.5 won't pay any attention to the #define.
Thanks Tom!
Committed: http://pkgs.fedoraproject.org/cgit/postgresql.git/commit/?id=49f074f1918a Thanks, very appreciated!