forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit25dcc9d
committed
Make XLogReaderInvalReadState static
This function is only used by xlogreader.c itself, so there's no need toexport it. It was introduced by commit3b02ea4 with the apparentintention that it could be used externally, but I couldn't find anyexternal code calling it.I (Álvaro) couldn't resist the urge to sort nearby function prototypesproperly while at it.Author: Antonin HouskaDiscussion:https://postgr.es/m/14984.1554998742@spoje.net1 parentfe66125 commit25dcc9d
File tree
2 files changed
+7
-10
lines changed- src
- backend/access/transam
- include/access
2 files changed
+7
-10
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 |
| |
36 | 41 |
| |
37 | 42 |
| |
38 | 43 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
621 | 622 |
| |
622 | 623 |
| |
623 | 624 |
| |
624 |
| - | |
| 625 | + | |
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 | 219 |
| |
223 | 220 |
| |
224 | 221 |
| |
225 |
| - | |
226 | 222 |
| |
227 | 223 |
| |
228 | 224 |
| |
|
0 commit comments
Comments
(0)