Re: [Proposal][WIP] Add option to log auto_explain output to separate logfile

2021-12-22 Thread Pavel Stehule
Hi st 22. 12. 2021 v 14:54 odesílatel Timofey napsal: > Hello, hackers! > > Now, all of auto_explain output is directed to postgres's log and it is > not comfortably to extract on big highloaded systems. > My proposal is add option to auto_explain to log data to separate > logfile. In my patch I

[Proposal][WIP] Add option to log auto_explain output to separate logfile

2021-12-22 Thread Timofey
Hello, hackers! Now, all of auto_explain output is directed to postgres's log and it is not comfortably to extract on big highloaded systems. My proposal is add option to auto_explain to log data to separate logfile. In my patch I plan to (re)open file every time associated guc variable is cha