diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-07-26 12:56:33 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-07-26 12:56:33 -0400 |
commit | 21b3aa9c8faf39ef45a5223681d8947e0a00e7da (patch) | |
tree | 23a0060bbfcd0e906e63e8a96aff8ceb90a481a2 /src/backend/jit/llvm/llvmjit_expr.c | |
parent | f68b609230689f9886a46e5d9ab8d6cdd947e0dc (diff) | |
download | postgresql-21b3aa9c8faf39ef45a5223681d8947e0a00e7da.tar.gz postgresql-21b3aa9c8faf39ef45a5223681d8947e0a00e7da.zip |
Remove newly added useless assertion check
Coverity complained that my commit 80ba4bb38353 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.us
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
0 files changed, 0 insertions, 0 deletions