BUG #14314: Mismatch of comment of a function.

From: t(dot)katsumata1122(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14314: Mismatch of comment of a function.
Date: 2016-09-07 13:42:42
Message-ID: 20160907134242.1413.57576@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14314
Logged by: Tomonari Katsumata
Email address: t(dot)katsumata1122(at)gmail(dot)com
PostgreSQL version: 9.6rc1
Operating system: Source Code
Description:

Hello.

I noticed that it isn't proper for a comment for
transformOnConflictClause.

---
940 /*
941 * transformSelectStmt -
942 * transforms an OnConflictClause in an INSERT
943 */
944 static OnConflictExpr *
945 transformOnConflictClause(ParseState *pstate,
946 OnConflictClause *onConflictClause)
947 {
----

It should be "transformOnConflictClause" rather than
"transformSelectStmt".

Best regards,

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sean Gong 2016-09-07 15:17:54 Serialization failures on PQ9.5
Previous Message Haribabu Kommi 2016-09-07 08:32:44 Re: language code incompatibility in Windows