On 03.06.21 06:17, Tom Lane wrote:
> David Rowley <dgrowleyml(at)gmail(dot)com> writes:
>> There are quite a few other places in that file that should be using
>> DatumGetCString() instead of DatumGetPointer().
>> Should we fix those too for PG14?
>
> +1. I'm surprised we are not getting compiler warnings.
Well, DatumGetPointer() returns Pointer, and Pointer is char *.