diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-04-17 16:47:04 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-04-17 16:47:04 -0400 |
commit | fc5e966f73f06ab2b3e7fa488fc2712d77639947 (patch) | |
tree | 8d14dd32025f46dc13b088c93a69b24a926c6165 /src/backend/executor/nodeModifyTable.c | |
parent | 4aad2cb7707dfb239eaaad29a8a7155027d8e8b8 (diff) | |
download | postgresql-fc5e966f73f06ab2b3e7fa488fc2712d77639947.tar.gz postgresql-fc5e966f73f06ab2b3e7fa488fc2712d77639947.zip |
Suppress "may be used uninitialized" warnings from older compilers.
The "children" list won't be used until "got_children" has been set
true, but older compilers don't get that; about half a dozen
buildfarm animals are warning about this. Issue added by 11ff192b5.
While here, improve slightly-shaky grammar in comment.
Discussion: https://postgr.es/m/2057835.1744833309@sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions