forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2c86077
committed
struct PQWalReceiverFunctions: use designated initializers
We now require that compilers support this, and it makes the code easierto trace, so change it. I'm fixated on this particular struct becauseI've had to navigate around it a number of times, but there are otherselsewhere that could use the same treatment.Discussion:https://postgr.es/m/20220810140300.ixhbmm4svo5yypv6@alvherre.pgsql1 parent4e6dcbb commit2c86077
File tree
1 file changed
+15
-15
lines changed- src/backend/replication/libpqwalreceiver
1 file changed
+15
-15
lines changedLines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
0 commit comments
Comments
(0)