mirror of
https://github.com/postgres/postgres.git
synced 2026-07-16 23:05:04 -04:00
RELEASE_NOTES: Fix typo
Jan Urbański
This commit is contained in:
parent
8a32819a80
commit
ea7d504998
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue