forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4d4c891
committed
Initialize replication_slot_catalog_xmin in procarray
Although not confirmed and probably rare, if the newly allocated memoryis not already zero, this could possibly have caused some problems.Also reorder the initializations slightly so they match the order of thestruct definition.Author: Wong, Yi Wen <yiwong@amazon.com>Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>1 parent0a2d43d commit4d4c891
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 | 240 |
| |
242 | 241 |
| |
243 | 242 |
| |
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
| 246 | + | |
| 247 | + | |
247 | 248 |
| |
248 | 249 |
| |
249 | 250 |
| |
|
0 commit comments
Comments
(0)