postgresql/src/backend/partitioning
Tom Lane 994d76707a Fix misuse of "const" qualifier.
"const foo *" is quite different from "foo * const".
This code was evidently trying to avoid casting away
const from the arguments, but entirely failed to do so.

Per study of some buildfarm warnings from anole
(which unfortunately are mostly ignorable, since it
seems not to understand "restrict" very well).
I'm surprised though that nothing else has complained.
2022-02-13 19:20:56 -05:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
partbounds.c Fix misuse of "const" qualifier. 2022-02-13 19:20:56 -05:00
partdesc.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
partprune.c Update copyright for 2022 2022-01-07 19:04:57 -05:00