Re: compiler warnings in copy.c

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compiler warnings in copy.c
Date: 2015-01-29 01:30:59
Message-ID: 20150129013059.GC3854@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Andres Freund (andres(at)2ndquadrant(dot)com) wrote:
> 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

Thanks for the clarification as to what was happening. I've modified my
aliases to use 'git am --ignore-date' which appears to have fixed this.

Thanks!

Stephen

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2015-01-29 01:45:11 Re: Proposal: two new role attributes and/or capabilities?
Previous Message Stephen Frost 2015-01-29 01:27:21 Re: Parallel Seq Scan