postgresql/src/backend/partitioning
Peter Eisentraut c8c885b7a5 Fix misplaced const
These instances were apparently trying to carry the const qualifier
from the arguments through the complex casts, but for that the const
qualifier was misplaced.
2019-03-26 09:23:08 +01:00
..
Makefile Move code for managing PartitionDescs into a new file, partdesc.c 2019-02-21 11:45:02 -05:00
partbounds.c Fix misplaced const 2019-03-26 09:23:08 +01:00
partdesc.c Update copyright year in files added by 1bb5e78218. 2019-03-16 16:00:38 +05:30
partprune.c Fix use of wrong datatype with sizeof(). 2019-03-25 11:28:06 -04:00