forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitced30eb
committed
[ This description should have been on the earlier fork/exec
commit, but I am adding it now so it is in CVS.]The patch basically is a slight rearrangement of the code to allowfork/exec on Unix, with the ultimate goal of doing CreateProcess onWin32. The changes are: o Write out postmaster global variables and per-backendvariables to be read by the exec'ed backend o Mark some static variables as global when exec is used sothen can be dumped from postmaster.c, marked NON_EXEC_STATIC o Remove value passing with -p now that we have per-backendfile o Move some pointer storage out of shared memory for easierdumping. o Modified pgsql_temp directory cleanup to handle per-databasedirectories and the backend exec directory under datadir.Claudio Natoli1 parent2a0caef commitced30eb
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
| 261 | + | |
264 | 262 | | |
265 | 263 | | |
266 | 264 | | |
| |||
0 commit comments
Comments
(0)