Prev: Two problems when using Postgresql8.3.7, Please help me!
Next: [HACKERS] ECPG dynamic cursor fix for UPDATE/DELETE ... WHERE CURRENT OF :curname
From: Brendan Jurd on 3 Aug 2010 12:58 On 31 July 2010 07:58, Robert Haas <robertmhaas(a)gmail.com> wrote: > Here's a second version of the main patch, in which I have attempted > to respond to Tom's concerns/suggestions. > > (There is still a small, side issue with numeric_maximum_size() which > I plan to fix, but this patch is the good stuff.) > Applies fine, compiles fine, passes regression tests, and demonstrates the same space reduction seen with the previous version of the patch. Marking Ready for Committer. Cheers, BJ -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Tom Lane on 3 Aug 2010 18:03 Robert Haas <robertmhaas(a)gmail.com> writes: > Here's a second version of the main patch, in which I have attempted > to respond to Tom's concerns/suggestions. This version looks fine to me. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Robert Haas on 3 Aug 2010 19:12
On Tue, Aug 3, 2010 at 6:03 PM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote: > Robert Haas <robertmhaas(a)gmail.com> writes: >> Here's a second version of the main patch, in which I have attempted >> to respond to Tom's concerns/suggestions. > > This version looks fine to me. Excellent. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |