Fujii Masao <masao.fu...@oss.nttdata.com> writes: > But since the counter that postmaster incremented is propagated to > child processes via fork, it should be zeroed at postmaster or the > beginning of child process? Otherwise that counter always starts > with non-zero in child process.
Yes, if the postmaster is incrementing these counts then we would have to reset them at the start of each child process. I share Alvaro's feeling that that's bad and we don't want to do it. >> (IIRC only the Async module is doing that.) Hm, maybe we can fix that. regards, tom lane