forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteabb225
committed
Remove over-eager assertion in ExtendBufferedRelTo()
The assertion checked that the size of the relation is not "too large" - butthe code is explicitly dealing with the possibility of another backendextending the relation concurrently. In that case the new relation size couldbe bigger than what the current backend needs, wrongly triggering an assertionfailure.Unfortunately it is hard to write a reliable and affordable regression testsfor this, as a lot of concurrency is needed to encounter the bug.Introduced in31966b1.Reported-by: Melanie Plageman <melanieplageman@gmail.com>1 parentbc971f4 commiteabb225
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
956 |
| - | |
957 | 956 |
| |
958 | 957 |
| |
959 | 958 |
| |
|
0 commit comments
Comments
(0)