]> granicus.if.org Git - postgresql/commit
Fix misplaced const
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 26 Mar 2019 08:23:08 +0000 (09:23 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 26 Mar 2019 08:23:08 +0000 (09:23 +0100)
commitc8c885b7a5c8c1175288de1d8aaec3b4ae9050e1
treefd7e994ebd8864434b8cd10ac11d41d7d3c4811d
parent2ac1b2b175ea5456516e59fe2b53a1e0578a5dbd
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.
src/backend/partitioning/partbounds.c
src/backend/utils/adt/tsquery_op.c