trivial typo in src/tools/RELEASE_CHANGES

Started by Jan Urbańskiover 13 years ago2 messages
#1Jan Urbański
wulczer@wulczer.org
1 attachment(s)

There's a typo in src/tools/RELEASE_CHANGES

It just ticked off my OCD I guess...

Cheers,
Jan

Attachments:

release-changes-ocd-typo.patchtext/x-diff; name=release-changes-ocd-typo.patchDownload
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
#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Jan Urbański (#1)
Re: trivial typo in src/tools/RELEASE_CHANGES

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 Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services