There's a typo in src/tools/RELEASE_CHANGES

It just ticked off my OCD I guess...

Cheers,
Jan
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
new file mode 100644
index 5f1277a..aba1630
*** a/src/tools/RELEASE_CHANGES
--- b/src/tools/RELEASE_CHANGES
*************** Then doing it like this:
*** 164,170 ****
  
  	void print_stuff(int arg1, int arg2)
  	{
! 	    print_stuff(arg1, arg2, 0);
  	}
  
  would maintain binary compatibility. Obviously this would add a fair
--- 164,170 ----
  
  	void print_stuff(int arg1, int arg2)
  	{
! 	    print_stuff2(arg1, arg2, 0);
  	}
  
  would maintain binary compatibility. Obviously this would add a fair
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to