mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
RELEASE_NOTES: Fix typo
Jan Urbański
This commit is contained in:
parent
8a32819a80
commit
ea7d504998
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user