Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2021-08-08 20:05:42 +0000
committerPeter Eisentraut2021-08-08 20:08:07 +0000
commitae03a7c7391dfc59f14226b7cfd8ef9f3390e56f (patch)
treedb2f552b8fa261422d71541acb7a257735697b1d /src/backend/regex/regcomp.c
parentcf5ce5aa70d33fc3048ab63c50585b8cc0f11dfd (diff)
Remove some unnecessary casts in format arguments
We can use %zd or %zu directly, no need to cast to int. Conversely, some code was casting away from int when it could be using %d directly.
Diffstat (limited to 'src/backend/regex/regcomp.c')
0 files changed, 0 insertions, 0 deletions