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:02:30 +1300 |
commit | 45aef9f6bb0fd5784e2f596f93aae3619c20b1d8 (patch) | |
tree | 31493088a44e43747640fcd845b3cbb951b3888e /src/backend/utils/adt/ruleutils.c | |
parent | 66aaabe7a18f2bc5d22cd832ad612ba5bab18d7b (diff) | |
download | postgresql-45aef9f6bb0fd5784e2f596f93aae3619c20b1d8.tar.gz postgresql-45aef9f6bb0fd5784e2f596f93aae3619c20b1d8.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