From: Tom Lane on
Robert Haas <robertmhaas(a)gmail.com> writes:
> - Someone will need to branch the tree after the wrap and stamp it
> 9.1devel. Who is doing that?

Marc generally takes care of making branches.

> * bump catalog version for plpython3u change? Use RTLD_GLOBAL? -- I
> don't immediately know what the bit about RTLD_GLOBAL is referring to,
> and it's not obvious to me that anyone cares about the catversion
> issue enough to argue about it. So maybe there's nothing to do here
> at all. Anyhow, we should make a decision.

Peter was suggesting that if we *stopped* using RTLD_GLOBAL then it
might be possible to use plpython2 and plpython3 concurrently in one
backend. After looking at the archives I'm not convinced that's
workable --- it sounds like not using RTLD_GLOBAL would have the effect
of breaking Python's extension scheme altogether. But at any rate the
ball's in his court to make and test a concrete proposal if he wishes.

> * normalize use of LDFLAGS - I believe Tom is dealing with this.

Yeah, I hope to get that committed today. Any later than today will not
leave enough time for buildfarm testing before the wrap.

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
On Mon, Jul 5, 2010 at 11:01 AM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote:
>> * normalize use of LDFLAGS - I believe Tom is dealing with this.
>
> Yeah, I hope to get that committed today. �Any later than today will not
> leave enough time for buildfarm testing before the wrap.

Hmm. So does that mean we need to get log_temp_files fixed today also?

--
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

From: "Marc G. Fournier" on
On Mon, 5 Jul 2010, Robert Haas wrote:

> On Mon, Jun 28, 2010 at 2:40 PM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote:
>> Josh Berkus <josh(a)agliodbs.com> writes:
>>> Therefore, I propose that we set a beta3 release date for July 8th.
>>> That should give it enough space from the American Holiday.
>>
>> You mean wrap on Thursday the 8th for release on Monday the 12th?
>> That'd be fine with me. �Actual release on the 8th would mean asking
>> people to do release prep work when they should be out watching
>> fireworks.
>
> AIUI, this is the plan we decided on. So:
>
> - Someone (presumably Bruce) needs to run pgindent. Any reason to
> wait any longer on that?
> - Someone will need to branch the tree after the wrap and stamp it
> 9.1devel. Who is doing that?

Me, after I wrap

----
Marc G. Fournier Hub.Org Hosting Solutions S.A.
scrappy(a)hub.org http://www.hub.org

Yahoo:yscrappy Skype: hub.org ICQ:7615664 MSN:scrappy(a)hub.org

--
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
On Mon, Jul 5, 2010 at 11:18 AM, Marc G. Fournier <scrappy(a)hub.org> wrote:
> Me, after I wrap

Cool, thanks.

--
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

From: Andrew Dunstan on


Marc G. Fournier wrote:
>>
>> - Someone (presumably Bruce) needs to run pgindent. Any reason to
>> wait any longer on that?
>

The typedefs list on the buildfarm needs to be refreshed. That will take
me some time, since I wasn't aware we were about to do a pg_indent run.

Starting now ...

cheers

andrew

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