pgsql: Fix long-obsolete comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix long-obsolete comment.
Date: 2022-11-20 16:30:56
Message-ID: E1ownDb-0006Bu-3P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75b8d3de989eb88a5960c93cddd88caf5d245024

Modified Files
--------------
src/backend/catalog/pg_operator.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-11-20 19:00:13 pgsql: pgstat: replace double lookup with IsSharedRelation()
Previous Message Andrew Dunstan 2022-11-20 15:07:57 pgsql: Prevent port collisions between concurrent TAP tests