]> granicus.if.org Git - postgresql/commit
Remove duplicate code in DefineOpFamily().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jul 2010 00:13:23 +0000 (00:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jul 2010 00:13:23 +0000 (00:13 +0000)
commit8514bf45e755ed779d2076c4784d903777551b14
treeb57cec889bb7c4a59417ae501f95887ff5c7972b
parent25be9b1d54ad956d17bbee3e377b82b5f7d934b6
Remove duplicate code in DefineOpFamily().

The code was probably meant to be this way all along, since the subroutine
CreateOpFamily previously had only one caller.  But it wasn't.

KaiGai Kohei
src/backend/commands/opclasscmds.c