forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf512efb
committed
Fix header inclusion order in pg_receivewal.c
lz4frame.h was getting declared after the headers specific to Postgres,but it needs to be included between postgres_fe.h and the internalheaders.Issue introduced bybabbbb5.Reported-by: Justin PrysbyDiscussion:https://postgr.es/m/20220317111220.GI28503@telsasoft.com1 parentb2397aa commitf512efb
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 |
| |
23 | 27 |
| |
24 | 28 |
| |
| |||
32 | 36 |
| |
33 | 37 |
| |
34 | 38 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments
Comments
(0)