- Notifications
You must be signed in to change notification settings - Fork5
Commit4acf99b
committed
Send paramHandle to subprocesses as 64-bit on Win64
The handle to the shared memory segment containing startupparameters was sent as 32-bit even on 64-bit systems. SinceHANDLEs appear to be allocated sequentially this shouldn'tbe a problem until we reach 2^32 open handles in the postmaster,but a 64-bit value should be sent across as 64-bit, and notzero out the top 32 bits.Noted by Tom Lane.1 parent2edc5cd commit4acf99b
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3755 | 3755 |
| |
3756 | 3756 |
| |
3757 | 3757 |
| |
| 3758 | + | |
| 3759 | + | |
| 3760 | + | |
3758 | 3761 |
| |
| 3762 | + | |
3759 | 3763 |
| |
3760 | 3764 |
| |
3761 | 3765 |
| |
| |||
4825 | 4829 |
| |
4826 | 4830 |
| |
4827 | 4831 |
| |
| 4832 | + | |
| 4833 | + | |
| 4834 | + | |
4828 | 4835 |
| |
| 4836 | + | |
4829 | 4837 |
| |
4830 | 4838 |
| |
4831 | 4839 |
| |
|
0 commit comments
Comments
(0)