duplicate function declaration in multirangetypes_selfuncs.c
Anton Voloshin <a.voloshin@postgrespro.ru>
From: Anton Voloshin <a.voloshin@postgrespro.ru>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Cc: Alexander Korotkov <aekorotkov@gmail.com>
Date: 2023-04-21T10:32:01Z
Lists: pgsql-hackers
Hello, hackers, we have a duplicate line, declaration of default_multirange_selectivity() in src/backend/utils/adt/multirangetypes_selfuncs.c: static double default_multirange_selectivity(Oid operator); static double default_multirange_selectivity(Oid operator); Affected branches: REL_14_STABLE and above. Both lines come from the same commit: > commit 6df7a9698bb036610c1e8c6d375e1be38cb26d5f > Author: Alexander Korotkov <akorotkov@postgresql.org> > Date: Sun Dec 20 07:20:33 2020 > > Multirange datatypes No harm from this duplication, still, I suggest to clean it up for tidiness' sake. -- Anton Voloshin Postgres Professional, The Russian Postgres Company https://postgrespro.ru
Commits
-
Remove duplicate lines of code
- a63b821c1375 15.3 landed
- 69537f5d17ea 16.0 landed
- 50b23e437477 13.11 landed
- 34e09e71aca5 14.8 landed
- 082e571c6503 12.15 landed
- 082b59335dbb 11.20 landed