[HACKERS] trivial typo in src/tools/RELEASE_CHANGES

2012-09-23 Thread Jan Urbański

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


Re: [HACKERS] trivial typo in src/tools/RELEASE_CHANGES

2012-09-23 Thread Alvaro Herrera
Excerpts from Jan Urbański's message of dom sep 23 14:21:53 -0300 2012:
 There's a typo in src/tools/RELEASE_CHANGES
 
 It just ticked off my OCD I guess...

Pushed, thanks.

-- 
Álvaro Herrerahttp://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training  Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers