forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd01fc51
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 parentdce90c7 commitd01fc51
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
243 | 242 |
| |
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
247 | 246 |
| |
248 | 247 |
| |
| 248 | + | |
| 249 | + | |
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
|
0 commit comments
Comments
(0)