diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-09-09 07:58:12 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-09-09 08:36:52 +0200 |
commit | cbdf75bf8053f88bbae6b307f34ab057424a370f (patch) | |
tree | eeaa5841506bbf6dfc086b281dfded59721f2e07 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 3b231596ccfc6bb6564c63a574e429765c0f775e (diff) | |
download | postgresql-cbdf75bf8053f88bbae6b307f34ab057424a370f.tar.gz postgresql-cbdf75bf8053f88bbae6b307f34ab057424a370f.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions