On Sat, Mar 19, 2016 at 12:28 AM, Amit Kapila <[email protected]> wrote: > Won't in theory, without patch as well nentries can overflow after running > for very long time? I think with patch it is more prone to overflow because > we start borrowing from other free lists as well.
Uh, I don't think so. Without the patch, there is just one entries counter and it goes up and down. How would it ever overflow? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
