diff options
author | Thomas Munro <tmunro@postgresql.org> | 2025-01-08 16:54:45 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2025-01-08 17:03:45 +1300 |
commit | 190054e61f5d2079aa5bc7a50206fe96bf4438f5 (patch) | |
tree | 24ae74d678404fb22fa5e841118f1a91a581339c /src/backend/utils/adt/ruleutils.c | |
parent | 3181befdca7142d3563b4399e51e5c60da54def0 (diff) | |
download | postgresql-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