mirror of https://github.com/postgres/postgres
Fix bogus size calculation introduced by commit cc5f81366
.
The elements of RecordCacheArray are TupleDesc, not TupleDesc *. Those are actually the same size, so that this error is harmless, but it's still wrong --- and it might bite us someday, if TupleDesc ever became a struct, say. Per Coverity.pull/31/head^2
parent
936df5ba80
commit
cad22075bc
Loading…
Reference in new issue