Remove useless casts

Peter Eisentraut <peter@eisentraut.org>

Commit: cbdf75bf8053f88bbae6b307f34ab057424a370f
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-09-09T06:36:52Z
Releases: 15.0
Remove useless casts

Casting the argument of strVal() to (Value *) is useless, since
strVal() already does that.

Most code didn't do that anyway; this was apparently just a style that
snuck into certain files.

Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/5ba6bc5b-3f95-04f2-2419-f8ddb4c046fb@enterprisedb.com

Files

Discussion