mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
Fix out-of-date comment on makeRangeConstructors
We did define 4 functions in4429f6a9e3, but indf73584431we got rid of the 0- and 1-arg versions. Author: Paul A. Jungwirth <pj@illuminatedcomputing.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://www.postgresql.org/message-id/CA%2BrenyVQti3iC7LE4UxtQb4ROLYMs6%2Bu-d4LrN5U4idH1Ghx6Q%40mail.gmail.com
This commit is contained in:
parent
ff30bad7f6
commit
abb331da0a
1 changed files with 1 additions and 1 deletions
|
|
@ -1767,7 +1767,7 @@ DefineRange(ParseState *pstate, CreateRangeStmt *stmt)
|
|||
* impossible to define a polymorphic constructor; we have to generate new
|
||||
* constructor functions explicitly for each range type.
|
||||
*
|
||||
* We actually define 4 functions, with 0 through 3 arguments. This is just
|
||||
* We actually define 2 functions, with 2 through 3 arguments. This is just
|
||||
* to offer more convenience for the user.
|
||||
*/
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue