Обсуждение: 9.5 open items

Поиск
Список
Период
Сортировка

9.5 open items

От
Bruce Momjian
Дата:
I have processed all the open email items I can through mid-March,
though I do have two pg_upgrade fixes pending application today.  I will
continue processing doc fixes and major bug fixes for 9.5, but
everything else I do will be for 9.6.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



Re: 9.5 open items

От
Josh Berkus
Дата:
On 05/15/2015 05:58 AM, Bruce Momjian wrote:
> I have processed all the open email items I can through mid-March,
> though I do have two pg_upgrade fixes pending application today.  I will
> continue processing doc fixes and major bug fixes for 9.5, but
> everything else I do will be for 9.6.
> 

Did it ever occur to you, Bruce, that you've turned into the GC daemon
for the project?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



Re: 9.5 open items

От
Michael Paquier
Дата:
On Mon, May 18, 2015 at 12:35 PM, Josh Berkus <josh@agliodbs.com> wrote:
> Did it ever occur to you, Bruce, that you've turned into the GC daemon
> for the project?

GC = global coordinator?
-- 
Michael



Re: 9.5 open items

От
Abbas Butt
Дата:
GC=Garbage Collector

On Mon, May 18, 2015 at 9:24 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Mon, May 18, 2015 at 12:35 PM, Josh Berkus <josh@agliodbs.com> wrote:
> Did it ever occur to you, Bruce, that you've turned into the GC daemon
> for the project?

GC = global coordinator?
--
Michael


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers



--
--
Abbas
Architect
Skype ID: gabbasb
www.enterprisedb.com

Follow us on Twitter

@EnterpriseDB

Visit EnterpriseDB for tutorials, webinars, whitepapers and more

Re: 9.5 open items

От
Heikki Linnakangas
Дата:
On 05/18/2015 06:35 AM, Josh Berkus wrote:
> On 05/15/2015 05:58 AM, Bruce Momjian wrote:
>> I have processed all the open email items I can through mid-March,
>> though I do have two pg_upgrade fixes pending application today.  I will
>> continue processing doc fixes and major bug fixes for 9.5, but
>> everything else I do will be for 9.6.
>
> Did it ever occur to you, Bruce, that you've turned into the GC daemon
> for the project?

Ah, garbage collection is great! No more memory leaks. I quite like 
PostgreSQL's pool allocator though. It gives most of the same benefits 
as garbage collection with less overhead. Would be nice to have that for 
the project too. :-)

- Heikki




Re: 9.5 open items

От
Jim Nasby
Дата:
On 5/17/15 10:35 PM, Josh Berkus wrote:
> On 05/15/2015 05:58 AM, Bruce Momjian wrote:
>> I have processed all the open email items I can through mid-March,
>> though I do have two pg_upgrade fixes pending application today.  I will
>> continue processing doc fixes and major bug fixes for 9.5, but
>> everything else I do will be for 9.6.
>>
>
> Did it ever occur to you, Bruce, that you've turned into the GC daemon
> for the project?

You mean... autovacuum? ;P

Hey, these reminder emails are kinda like hint bits afterall...
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



Re: 9.5 open items

От
Bruce Momjian
Дата:
On Sun, May 17, 2015 at 08:35:49PM -0700, Josh Berkus wrote:
> On 05/15/2015 05:58 AM, Bruce Momjian wrote:
> > I have processed all the open email items I can through mid-March,
> > though I do have two pg_upgrade fixes pending application today.  I will
> > continue processing doc fixes and major bug fixes for 9.5, but
> > everything else I do will be for 9.6.
> > 
> 
> Did it ever occur to you, Bruce, that you've turned into the GC daemon
> for the project?

Yes, it has occurred to me.  I clean up the messes no one wants to deal
with.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



Re: 9.5 open items

От
Alvaro Herrera
Дата:
Bruce Momjian wrote:
> I have processed all the open email items I can through mid-March,
> though I do have two pg_upgrade fixes pending application today.  I will
> continue processing doc fixes and major bug fixes for 9.5, but
> everything else I do will be for 9.6.

Thanks, Bruce.

Just so we're all in the same page, there are some further open items
(both addressed and not yet addressed) in the usual Wiki page,
https://wiki.postgresql.org/wiki/Open_Items
If you have additional unaddressed items from your mailbox scan, it
might be a good idea to document them there.  That way, there's a better
chance that other people would help you get them solved.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: 9.5 open items

От
Bruce Momjian
Дата:
On Mon, May 18, 2015 at 05:52:22PM -0300, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > I have processed all the open email items I can through mid-March,
> > though I do have two pg_upgrade fixes pending application today.  I will
> > continue processing doc fixes and major bug fixes for 9.5, but
> > everything else I do will be for 9.6.
> 
> Thanks, Bruce.
> 
> Just so we're all in the same page, there are some further open items
> (both addressed and not yet addressed) in the usual Wiki page,
> https://wiki.postgresql.org/wiki/Open_Items
> If you have additional unaddressed items from your mailbox scan, it
> might be a good idea to document them there.  That way, there's a better
> chance that other people would help you get them solved.

Sure.  Most of my items are low priority and will just be added to the
TODO list.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



Re: 9.5 open items

От
Kouhei Kaigai
Дата:
> Just so we're all in the same page, there are some further open items
> (both addressed and not yet addressed) in the usual Wiki page,
> https://wiki.postgresql.org/wiki/Open_Items
>
I added the problem around foreign/custom-join still not resolved.

Thanks,
--
NEC Business Creation Division / PG-Strom Project
KaiGai Kohei <kaigai@ak.jp.nec.com>


> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Alvaro Herrera
> Sent: Tuesday, May 19, 2015 5:52 AM
> To: Bruce Momjian
> Cc: PostgreSQL-development
> Subject: Re: [HACKERS] 9.5 open items
> 
> Bruce Momjian wrote:
> > I have processed all the open email items I can through mid-March,
> > though I do have two pg_upgrade fixes pending application today.  I will
> > continue processing doc fixes and major bug fixes for 9.5, but
> > everything else I do will be for 9.6.
> 
> Thanks, Bruce.
> 
> Just so we're all in the same page, there are some further open items
> (both addressed and not yet addressed) in the usual Wiki page,
> https://wiki.postgresql.org/wiki/Open_Items
> If you have additional unaddressed items from your mailbox scan, it
> might be a good idea to document them there.  That way, there's a better
> chance that other people would help you get them solved.
> 
> --
> Álvaro Herrera                http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
> 
> 
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers