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:04:26 +1300 |
commit | 049c8cb9a239c9b7136174eb038fc7cd902b487e (patch) | |
tree | ba2aa5a07327ea2823dda39e6e9d3d87b7b2a3a0 /src/backend/executor/nodeModifyTable.c | |
parent | c53d90bb47ae488beebe64d651ef926c86a51bde (diff) | |
download | postgresql-049c8cb9a239c9b7136174eb038fc7cd902b487e.tar.gz postgresql-049c8cb9a239c9b7136174eb038fc7cd902b487e.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/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions