forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit48c142f
committed
Remove EXTENSION_DONT_CHECK_SIZE from md.c.
Commits7bb3102 and3eb77eb removed the only user of theEXTENSION_DONT_CHECK_SIZE flag, which had previously been required tocheckpoint truncated relations. Since7bb3102, segments have beenopened directly for synchronization without calling _mdfd_getseg(), soit doesn't need a mode that tolerates non-final short segments. Removethe redundant flag and associated comments.Reported-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/nyj4k7yur5t27rtygvx2i2lrlp6rqfvvhoiiwx4fznynksf2et%404hj2sp42alpe1 parentc72ca3d commit48c142f
1 file changed
+4
-14
lines changedLines changed: 4 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 | 109 |
| |
118 | 110 |
| |
119 | 111 |
| |
| |||
1683 | 1675 |
| |
1684 | 1676 |
| |
1685 | 1677 |
| |
1686 |
| - | |
1687 |
| - | |
| 1678 | + | |
1688 | 1679 |
| |
1689 | 1680 |
| |
1690 |
| - | |
1691 |
| - | |
1692 |
| - | |
1693 |
| - | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
1694 | 1684 |
| |
1695 | 1685 |
| |
1696 | 1686 |
| |
|
0 commit comments
Comments
(0)