Re: [HACKERS] [PATCH] elimination of code duplication in DefineOpFamily()

2010-07-15 Thread Tom Lane
Brent Dombrowski brent.dombrow...@gmail.com writes:
 [ review of KaiGai-san's patch ]

Committed.  Thanks for the patch, and the review.

regards, tom lane

-- 
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] [PATCH] elimination of code duplication in DefineOpFamily()

2010-06-16 Thread Brent Dombrowski

I have not been able to find any comments or discussion on this patch.

Contents and Purpose:

This patch removes duplicate code in opclasscmds.c. It removes the 
duplicate code from DefineOpFamily by calling CreateOpFamily.


No new regression test or documentation are included with the patch. 
Since it is not adding, removing, or changing any functionality, they 
are most likely not necessary. The function call parameters remain the same.


Initial Run

The patch applied cleanly to HEAD. The regression tests pass both before 
and after the patch.


Performance
=
No changes in performance were observed. I do not have an appropriate 
setup to properly test for performance impacts. Since this changes a 
define function, I would not expect it to be frequently used.


Conclusion

The patch eliminates duplicate code as expected.

Brent Dombrowski



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