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
Remove obsolete SLRU wrapping and warnings from predicate.c.
When SSI was developed, slru.c was limited to segment files with names inthe range 0000-FFFF. This didn't allow enough space for predicate.c tostore every possible XID when spilling old transactions to disk, so itwould wrap around sooner and print warnings. Since commits638cf09 and73c986a increased the number of segment files slru.c could manage, thatbehavior is unnecessary. Therefore remove that code.Also remove the macro OldSerXidSegment, which has been unused since4cd3fb6.Thomas Munro, reviewed by Anastasia LubennikovaDiscussion:https://postgr.es/m/CAEepm=3XfsTSxgEbEOmxu0QDiXy0o18NUg2nC89JZcCGE+XFPA@mail.gmail.com