Commit 21b3aa9
committed
Remove newly added useless assertion check
Coverity complained that my commit 80ba4bb added a dubious coding
for a consistency check that there isn't more than one row for a certain
tgrelid/tgparentid combination. But we don't check for that explicitly
anywhere else, and if we were to do it, it should be a full
shouldn't-happen elog not just an assert. It doesn't seem that this is
very important anyway, so remove it.
Discussion: https://postgr.es/m/1337562.1627224583@sss.pgh.pa.us1 parent f68b609 commit 21b3aa9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1615 | 1615 | | |
1616 | 1616 | | |
1617 | 1617 | | |
1618 | | - | |
1619 | 1618 | | |
1620 | 1619 | | |
1621 | 1620 | | |
| |||
1636 | 1635 | | |
1637 | 1636 | | |
1638 | 1637 | | |
1639 | | - | |
1640 | | - | |
1641 | 1638 | | |
1642 | 1639 | | |
1643 | 1640 | | |
| |||
1658 | 1655 | | |
1659 | 1656 | | |
1660 | 1657 | | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
1661 | 1661 | | |
1662 | 1662 | | |
1663 | 1663 | | |
| |||
0 commit comments