Re: 9.4 release notes - Mailing list pgsql-hackers

From Noah Misch
Subject Re: 9.4 release notes
Date
Msg-id 20140611044247.GA653560@tornado.leadboat.com
Whole thread Raw
In response to 9.4 release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
I propose the attached, miscellaneous edits.

The limit on tuplesort.c internal sort size is a limit on the number of
tuples, not on memory usage.  Specifically, the cap increased from 44739242
tuples to 2147483647 tuples.  I didn't include those numbers, though.

--
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Proposing pg_hibernate
Next
From: Amit Kapila
Date:
Subject: Re: [bug fix] Memory leak in dblink