Re: pgsql: doc: clarify new behavior of max_files_per_process

2025-04-29 Thread Bruce Momjian
On Tue, Apr 29, 2025 at 10:26:50AM -0400, Bruce Momjian wrote: > On Tue, Apr 29, 2025 at 09:52:03AM -0400, Andres Freund wrote: > > Hi, > > > > On 2025-04-29 13:45:44 +, Bruce Momjian wrote: > > > doc: clarify new behavior of max_files_per_process > > > > I don't think this really is an impr

Re: pgsql: doc: clarify new behavior of max_files_per_process

2025-04-29 Thread Bruce Momjian
On Tue, Apr 29, 2025 at 09:52:03AM -0400, Andres Freund wrote: > Hi, > > On 2025-04-29 13:45:44 +, Bruce Momjian wrote: > > doc: clarify new behavior of max_files_per_process > > I don't think this really is an improvement - if postmaster is called with a > bunch of files already opened, the

Re: pgsql: doc: clarify new behavior of max_files_per_process

2025-04-29 Thread Andres Freund
Hi, On 2025-04-29 13:45:44 +, Bruce Momjian wrote: > doc: clarify new behavior of max_files_per_process I don't think this really is an improvement - if postmaster is called with a bunch of files already opened, they aren't opened by postmaster, but still are ignored... Greetings, Andres

pgsql: doc: clarify new behavior of max_files_per_process

2025-04-29 Thread Bruce Momjian
doc: clarify new behavior of max_files_per_process Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9a9e60fed39268bb85b59dde3cdb0b0166c85cc5 Modified Files -- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)