Fix misplaced const

Peter Eisentraut <peter@eisentraut.org>

Commit: c8c885b7a5c8c1175288de1d8aaec3b4ae9050e1
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-03-26T08:23:08Z
Releases: 12.0
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.

Files