Closed thoshiai closed 5 years ago
When postgres build with --enable-cassert, creating matview with IVM or updating base table was failed.
I checked regression test is success with using --enable-cassert. The assertion failure suppressed by this fix. But same case possibly exist.
I fixed to reflect some comments. nagata-san, Could you check this?
OK. All tests passes. I'll merge this.
When postgres build with --enable-cassert, creating matview with IVM or updating base table was failed.
I checked regression test is success with using --enable-cassert. The assertion failure suppressed by this fix. But same case possibly exist.