aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ruleutils.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2025-01-08 16:54:45 +1300
committerThomas Munro <tmunro@postgresql.org>2025-01-08 17:03:45 +1300
commit190054e61f5d2079aa5bc7a50206fe96bf4438f5 (patch)
tree24ae74d678404fb22fa5e841118f1a91a581339c /src/backend/utils/adt/ruleutils.c
parent3181befdca7142d3563b4399e51e5c60da54def0 (diff)
downloadpostgresql-190054e61f5d2079aa5bc7a50206fe96bf4438f5.tar.gz
postgresql-190054e61f5d2079aa5bc7a50206fe96bf4438f5.zip
Fix C error reported by Oracle compiler.
Commit 66aaabe7 (branches 13 - 17 only) was not acceptable to the Oracle Developer Studio compiler on build farm animal wrasse. It accidentally used a C++ style return statement to wrap a void function. None of the usual compilers complained, but it is right, that is not allowed in C. Fix. Reported-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/Z33vgfVgvOnbFLN9%40paquier.xyz
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions