Fix out-of-date comment on makeRangeConstructors
Paul A Jungwirth <pj@illuminatedcomputing.com>
From: Paul A Jungwirth <pj@illuminatedcomputing.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-04T22:34:17Z
Lists: pgsql-hackers
Attachments
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