From: Alvaro Herrera Date: Sun, 23 Sep 2012 19:28:44 +0000 (-0300) Subject: RELEASE_NOTES: Fix typo X-Git-Tag: REL9_3_BETA1~884 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea7d504998cc26fd849b0ea89a7ffcd8f1f530f1;p=postgresql RELEASE_NOTES: Fix typo Jan UrbaƄski --- diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 5f1277aa27..aba1630da9 100644 --- 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_stuff2(arg1, arg2, 0); } would maintain binary compatibility. Obviously this would add a fair