pgsql: Remove obsolete comment atop ri_PlanCheck.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment atop ri_PlanCheck.
Date: 2020-11-25 04:00:57
Message-ID: E1khlzF-0007ej-1b@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comment atop ri_PlanCheck.

Commit 5b7ba75f7f removed the unused parameter but forgot to update the
nearby comments.

Author: Li Japin
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/0E2F62A2-B2F1-4052-83AE-F0BEC8A75789@hotmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/805b816305b62cb3e2670418ced8f7184a2d29c7

Modified Files
--------------
src/backend/utils/adt/ri_triggers.c | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-11-25 04:59:03 pgsql: Fix WaitLatch(NULL) on Windows.
Previous Message David Rowley 2020-11-25 03:34:50 pgsql: Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1