forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit70fea39
committed
Move Cluster.pm initialization code to a more obvious place
Commit460c007 added some module intialization code to set signalhandlers. However, that code has now become somewhat buried, as latercommits added new subroutines. Therefore, move the initialization codeto the module's INIT block where it won't become obscured.1 parent430ce18 commit70fea39
1 file changed
+5
-7
lines changedLines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
178 | 183 |
| |
179 | 184 |
| |
180 | 185 |
| |
| |||
3350 | 3355 |
| |
3351 | 3356 |
| |
3352 | 3357 |
| |
3353 |
| - | |
3354 |
| - | |
3355 |
| - | |
3356 |
| - | |
3357 |
| - | |
3358 |
| - | |
3359 |
| - | |
3360 | 3358 |
| |
3361 | 3359 |
| |
3362 | 3360 |
| |
|
0 commit comments
Comments
(0)