new pgindent run before branch?

Started by Robert Haasover 9 years ago11 messageshackers
Jump to latest
#1Robert Haas
robertmhaas@gmail.com

Hi,

Would anyone mind too much if I refreshed typedefs.list and
re-indented the whole tree before we branch? There's not too much
churn at the moment, and I feel like it would be nice to start the
cycle in as clean a state as possible.

Current results of this attached.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachments:

pgindent.patchapplication/x-download; name=pgindent.patchDownload+101-90
#2Bruce Momjian
bruce@momjian.us
In reply to: Robert Haas (#1)
Re: new pgindent run before branch?

On Wed, Aug 10, 2016 at 04:02:27PM -0400, Robert Haas wrote:

Hi,

Would anyone mind too much if I refreshed typedefs.list and
re-indented the whole tree before we branch? There's not too much
churn at the moment, and I feel like it would be nice to start the
cycle in as clean a state as possible.

Current results of this attached.

Sure, seems like a good idea.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#1)
Re: new pgindent run before branch?

Robert Haas <robertmhaas@gmail.com> writes:

Would anyone mind too much if I refreshed typedefs.list and
re-indented the whole tree before we branch?

+1, I was planning to do that myself.

regards, tom lane

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

#4Robert Haas
robertmhaas@gmail.com
In reply to: Tom Lane (#3)
Re: new pgindent run before branch?

On Wed, Aug 10, 2016 at 5:04 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Robert Haas <robertmhaas@gmail.com> writes:

Would anyone mind too much if I refreshed typedefs.list and
re-indented the whole tree before we branch?

+1, I was planning to do that myself.

Great. Are you handling creating the new branch? If so, it probably
makes sense for you to do this just beforehand.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Haas (#4)
Re: new pgindent run before branch?

Robert Haas <robertmhaas@gmail.com> writes:

On Wed, Aug 10, 2016 at 5:04 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Robert Haas <robertmhaas@gmail.com> writes:

Would anyone mind too much if I refreshed typedefs.list and
re-indented the whole tree before we branch?

+1, I was planning to do that myself.

Great. Are you handling creating the new branch?

Yeah, I guess. I've made most of them lately.

If so, it probably
makes sense for you to do this just beforehand.

OK.

regards, tom lane

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

#6Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#5)
Re: new pgindent run before branch?

On Wed, Aug 10, 2016 at 10:23:14PM -0400, Tom Lane wrote:

Robert Haas <robertmhaas@gmail.com> writes:

On Wed, Aug 10, 2016 at 5:04 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Robert Haas <robertmhaas@gmail.com> writes:

Would anyone mind too much if I refreshed typedefs.list and
re-indented the whole tree before we branch?

+1, I was planning to do that myself.

Great. Are you handling creating the new branch?

Yeah, I guess. I've made most of them lately.

If so, it probably
makes sense for you to do this just beforehand.

OK.

I am confused --- are you pgindenting just HEAD and not 9.6? Why?

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +

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

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#6)
Re: new pgindent run before branch?

Bruce Momjian <bruce@momjian.us> writes:

I am confused --- are you pgindenting just HEAD and not 9.6? Why?

The point is to pgindent while they're still the same.

regards, tom lane

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

#8Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#7)
Re: new pgindent run before branch?

On Wed, Aug 10, 2016 at 10:31:35PM -0400, Tom Lane wrote:

Bruce Momjian <bruce@momjian.us> writes:

I am confused --- are you pgindenting just HEAD and not 9.6? Why?

The point is to pgindent while they're still the same.

So I read this:

+1, I was planning to do that myself.

Great. Are you handling creating the new branch?

Yeah, I guess. I've made most of them lately.

If so, it probably
makes sense for you to do this just beforehand.

OK.

It sounds like you are saying that the branch is to happen before the
pgindent run. Am I missing something?

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +

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

#9Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#8)
Re: new pgindent run before branch?

Bruce Momjian <bruce@momjian.us> writes:

It sounds like you are saying that the branch is to happen before the
pgindent run. Am I missing something?

I read it as pgindent then branch.

regards, tom lane

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

#10Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#9)
Re: new pgindent run before branch?

On Wed, Aug 10, 2016 at 10:35:44PM -0400, Tom Lane wrote:

Bruce Momjian <bruce@momjian.us> writes:

It sounds like you are saying that the branch is to happen before the
pgindent run. Am I missing something?

I read it as pgindent then branch.

OK, good.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +

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

#11Robert Haas
robertmhaas@gmail.com
In reply to: Tom Lane (#5)
Re: new pgindent run before branch?

On Wed, Aug 10, 2016 at 10:23 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Great. Are you handling creating the new branch?

Yeah, I guess. I've made most of them lately.

I'll do it if you want.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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