pgsql: Fix incorrect parameter name in a function header comment

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect parameter name in a function header comment
Date: 2020-10-25 09:41:51
Message-ID: E1kWcX9-0008QA-DY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect parameter name in a function header comment

Author: Zhijie Hou
Discussion: https://postgr.es/m/14cd74ea00204cc8a7ea5d738ac82cd1@G08CNEXMBPEKD05.g08.fujitsu.local
Backpatch-through: 12, where the mistake was introduced

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2a15eeeddff982b7b9732d18985276d91ff210a7

Modified Files
--------------
src/backend/utils/cache/lsyscache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-25 17:57:59 pgsql: Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.
Previous Message David Rowley 2020-10-25 09:41:19 pgsql: Fix incorrect parameter name in a function header comment