Re: 9.4 release notes

From: Noah Misch <noah(at)leadboat(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: 9.4 release notes
Date: 2014-06-11 04:42:47
Message-ID: 20140611044247.GA653560@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
relnotes94-nm-v1.patch text/plain 3.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2014-06-11 04:44:19 Re: [bug fix] Memory leak in dblink
Previous Message Amit Kapila 2014-06-11 04:25:44 Re: Proposing pg_hibernate