Suppress "may be used uninitialized" warnings from older compilers.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fc5e966f73f06ab2b3e7fa488fc2712d77639947
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-04-17T20:47:04Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/commands/tablecmds.c modified +4 −4

Discussion