projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ddf19
)
Report old date as well
author
Magnus Hagander
<magnus@hagander.net>
Sat, 7 Jul 2012 18:04:29 +0000
(20:04 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 7 Jul 2012 18:04:29 +0000
(20:04 +0200)
loader/clean_date.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/clean_date.py
b/loader/clean_date.py
index 85a6e0012bb6aa0ad49f361f0847196f420413f6..8667c542b35350a8ee8969cb6ea73369301f6a35 100755
(executable)
--- a/
loader/clean_date.py
+++ b/
loader/clean_date.py
@@
-17,7
+17,7
@@
import psycopg2
def scan_message(messageid, olddate, curs):
u = "http://archives.postgresql.org/msgtxt.php?id=%s" % messageid
- print "Scanning message at %s
..." %u
+ print "Scanning message at %s
(date reported as %s)..." % (u, olddate)
f = urlopen(u)
p = Parser()