Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a32819
)
RELEASE_NOTES: Fix typo
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Sun, 23 Sep 2012 19:28:44 +0000
(16:28 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Sun, 23 Sep 2012 19:28:44 +0000
(16:28 -0300)
Jan UrbaĆski
src/tools/RELEASE_CHANGES
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/RELEASE_CHANGES
b/src/tools/RELEASE_CHANGES
index 5f1277aa274fe8f2ca303524b67110f04fd97a28..aba1630da9f753071bfca14e1a3c1d72fd7103ee 100644
(file)
--- a/
src/tools/RELEASE_CHANGES
+++ b/
src/tools/RELEASE_CHANGES
@@
-164,7
+164,7
@@
Then doing it like this:
void print_stuff(int arg1, int arg2)
{
- print_stuff(arg1, arg2, 0);
+ print_stuff
2
(arg1, arg2, 0);
}
would maintain binary compatibility. Obviously this would add a fair