This is a discussion on fork_process() for pgstat within the Pgsql Patches forums, part of the PostgreSQL category; --> Much to my chagrin, I recently noticed that I forgot to convert the pgstat fork() code to use fork_process() ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Much to my chagrin, I recently noticed that I forgot to convert the pgstat fork() code to use fork_process() when I applied the original fork_process() patch a few months ago. This patch does that. Barring any objections, I'll apply this tomorrow. -Neil ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |
| ||||
| Neil Conway wrote: > Much to my chagrin, I recently noticed that I forgot to convert the > pgstat fork() code to use fork_process() when I applied the original > fork_process() patch a few months ago. This patch does that. Applied. -Neil ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |