From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | git cherry-pick timestamping issue |
Date: | 2010-09-23 19:52:24 |
Message-ID: | 1755.1285271544@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
So my first attempt at using git cherry-pick didn't go so well.
The commit in master looks like
commit ee63981c1fe26299162b9c7f1218d7e3ef802409
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Thu Sep 23 15:34:56 2010 -0400
Avoid sharing subpath list structure when flattening nested AppendRels.
which is the correct timestamp, but all the back-patched ones look like
commit 4e60212ab5a956bcba89cfd465f945a9c8969f27
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Thu Sep 23 19:34:56 2010 -0400
Avoid sharing subpath list structure when flattening nested AppendRels.
Apparently somebody's confused between local and GMT time somewhere in
there.
This is with a vanilla build of 1.7.2.3. Anybody else see this type
of symptom?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-09-23 20:02:42 | Re: git cherry-pick timestamping issue |
Previous Message | Bruce Momjian | 2010-09-23 19:47:54 | Re: pg_upgrade pain; was Re: Why is time with timezone 12 bytes? |