- Notifications
You must be signed in to change notification settings - Fork5
Commitc573486
committed
Fix minor thinko in ProcGlobalShmemSize().
There's no need to add space for startupBufferPinWaitBufId, becauseit's part of the PROC_HDR object for which this function alreadyallocates space.This has been wrong for a while, but the only consequence is that ourshared memory allocation is increased by 4 bytes, so no back-patch.1 parentd61ec7c commitc573486
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
|
0 commit comments
Comments
(0)