aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.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:04:26 +1300
commit049c8cb9a239c9b7136174eb038fc7cd902b487e (patch)
treeba2aa5a07327ea2823dda39e6e9d3d87b7b2a3a0 /src/backend/executor/nodeModifyTable.c
parentc53d90bb47ae488beebe64d651ef926c86a51bde (diff)
downloadpostgresql-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