Re: compiler warnings in copy.c - Mailing list pgsql-hackers

From Andres Freund
Subject Re: compiler warnings in copy.c
Date
Msg-id 20150128201256.GE13446@awork2.anarazel.de
Whole thread Raw
In response to Re: compiler warnings in copy.c  (Stephen Frost <sfrost@snowman.net>)
Responses Re: compiler warnings in copy.c
List pgsql-hackers
On 2015-01-28 15:05:11 -0500, Stephen Frost wrote:
> > Also, you seem to have pushed these commits with a date more than two
> > weeks in the past.  Please don't do that!
> 
> Oh, wow, sorry about that.  I had expected a rebase to update the date.

It updates the committer, but not the author date. Use --pretty=fuller
to see all the details. You can pass rebase --ignore-date to also reset
the author date. Or commit --amend --reset

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: compiler warnings in copy.c
Next
From: Tom Lane
Date:
Subject: Re: PATCH: decreasing memory needlessly consumed by array_agg