pgsql: Suppress "may be used uninitialized" warnings from older compile

Started by Tom Laneabout 1 year ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/2057835.1744833309@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fc5e966f73f06ab2b3e7fa488fc2712d77639947

Modified Files
--------------
src/backend/commands/tablecmds.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)