forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0071fc7
committed
Fix header inclusion order in xloginsert.c with lz4.h
Per project policy, all system and library headers need to be declaredin the backend code after "postgres.h" and before the internal headers,but4035cd5 broke this policy when adding support for LZ4 inwal_compression.Noticed while reviewing the patch to add support for zstd in this area.This only impacts HEAD, so there is no need for a back-patch.1 parent352d297 commit0071fc7
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
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 |
| |
| |||
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
41 |
| - | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
|
0 commit comments
Comments
(0)