projects
/
pgcommitfest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71efbf6
)
Bug fix: Correctly set last_updater for initial patch comment.
author
Robert Haas
<robertmhaas@gmail.com>
Mon, 13 Jul 2009 05:06:46 +0000
(
01:06
-0400)
committer
Robert Haas
<robertmhaas@gmail.com>
Mon, 13 Jul 2009 05:06:46 +0000
(
01:06
-0400)
perl-lib/PgCommitFest/Patch.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl-lib/PgCommitFest/Patch.pm
b/perl-lib/PgCommitFest/Patch.pm
index 4a769c8bef1ad3e44b809376034df88aa4bc539c..53fb7e3c9b96032d2ed18ec739b94148a62a6b58 100644
(file)
--- a/
perl-lib/PgCommitFest/Patch.pm
+++ b/
perl-lib/PgCommitFest/Patch.pm
@@
-153,6
+153,7
@@
EOM
'message_id' => $message_id,
'content' => 'Initial version.',
'creator' => $aa->{'userid'},
+ 'last_updater' => $aa->{'userid'},
});
}
$r->db->commit;