Suppress "may be used uninitialized" warnings from older compilers.
Tom 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: https://postgr.es/m/2057835.1744833309@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +4 −4 |
Discussion
- not null constraints, again 89 messages · 2024-08-31 → 2025-04-17