Fixing a trivial typo in comment in rewriteManip.c

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fixing a trivial typo in comment in rewriteManip.c
Date: 2018-04-09 10:26:27
Message-ID: 20180409.192627.127440062.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While I was looking on some patch, I happened to notice that
there's a trivial typo in rewriteManip.c

> a ConvertRowTypeExpr to map back to the rowtype expected by the expression.

The correct name for "ConvertRowTypeExpr" is "ConvertRowtypeExpr"

regards,

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
fix_comment_in_rewriteManip_c.patch text/x-patch 878 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-04-09 10:33:23 Re: [HACKERS] GSoC 2017: weekly progress reports (week 6)
Previous Message Ashutosh Bapat 2018-04-09 10:23:04 Re: Optimizing nested ConvertRowtypeExpr execution