You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
The placement of the fall-through comment in this code appears not towork to suppress the warning in recent gcc. Move it to the bottom ofthe case group, and add an assertion that we didn't get there throughsome other code path. Also improve wording of nearby comments.Julien Rouhaud, comment hacking by meDiscussion:https://postgr.es/m/CAOBaU_aLdPGU5wCpaowNLF-Q8328iR7mj1yJAhMOVsdLwY+sdg@mail.gmail.com