Re: [GENERAL] warning about oom_adj with PG 9.4 logger

2016-12-07 Thread Tom Lane
"Sinclair, Ian D (Ian)" writes: > While loading 9.4 in my system I got a warning that oom_adj is deprecated, > which seems to have come from the postgres logger task. I found emails in the > archives that this error was fixed in 9.3.3.1 but did the same thing get > missed in the logger code? Is

[GENERAL] warning about oom_adj with PG 9.4 logger

2016-12-07 Thread Sinclair, Ian D (Ian)
While loading 9.4 in my system I got a warning that oom_adj is deprecated, which seems to have come from the postgres logger task. I found emails in the archives that this error was fixed in 9.3.3.1 but did the same thing get missed in the logger code? Is it fixed later? I'm working on an upgrad