forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitadb5c32
committed
Suppress uninitialized-variable warning froma61b1f7.
Some compilers complain about sub_rteperminfos not beinginitialized, evidently because they don't detect that itis only used and set if isGeneralSelect is true.Make it follow the long-established pattern for itssibling variable sub_rtable.Per reports from Pavel Stehule and the buildfarm.Discussion:https://postgr.es/m/CAFj8pRDOvGOi-n616kM0Cc7qSbg_nGoS=-haB+D785sUXADqSg@mail.gmail.com1 parent197f98a commitadb5c32
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
| 618 | + | |
618 | 619 |
| |
619 | 620 |
| |
620 | 621 |
| |
|
0 commit comments
Comments
(0)