Fix long-obsolete comment.
commit75b8d3de989eb88a5960c93cddd88caf5d245024
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Nov 2022 16:22:22 +0000 (20 11:22 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Nov 2022 16:22:22 +0000 (20 11:22 -0500)
treef774b1528484259d26f37788b8cc0c4d4b91f97d
parent9b4eafcaf41d1192a34b574c21262b755aa455ee
Fix long-obsolete comment.

Commit c94959d41 fixed DROP OPERATOR to reset oprcom/oprnegate links
to the dropped operator; but it missed updating this old comment that
claimed we allow such links to dangle.
src/backend/catalog/pg_operator.c