Fix out-of-date comment on makeRangeConstructors - Mailing list pgsql-hackers

From Paul A Jungwirth
Subject Fix out-of-date comment on makeRangeConstructors
Date
Msg-id CA+renyVQti3iC7LE4UxtQb4ROLYMs6+u-d4LrN5U4idH1Ghx6Q@mail.gmail.com
Whole thread Raw
Responses Re: Fix out-of-date comment on makeRangeConstructors
List pgsql-hackers
Hi Hackers,

I noticed that makeRangeConstructors (in commands/typecmds.c) says:

> We actually define 4 functions, with 0 through 3 arguments.

But that hasn't been true since 2011 (df73584431). We only have 2-arg
and 3-arg functions. Here is a quick patch to update the comment.

Yours,

-- 
Paul              ~{:-)
pj@illuminatedcomputing.com

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: More const-marking cleanup
Next
From: Mihail Nikalayeu
Date:
Subject: Re: making tid and HOTness of UPDATE available to logical decoding plugins