pgsql: Fix out-of-date comment on makeRangeConstructors - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix out-of-date comment on makeRangeConstructors
Date
Msg-id E1vURzS-000Y1Z-21@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix out-of-date comment on makeRangeConstructors

We did define 4 functions in 4429f6a9e3, but in df73584431e7 we 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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/abb331da0a3454aebdb416fd19baf289063c254b

Modified Files
--------------
src/backend/commands/typecmds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Clarify comment about temporal foreign keys
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use correct preprocessor conditional in relptr.h