mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03: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)
|
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
|
would maintain binary compatibility. Obviously this would add a fair
|
||||||
|
Loading…
x
Reference in New Issue
Block a user