Remove duplicate code in DefineOpFamily().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8514bf45e755ed779d2076c4784d903777551b14
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-07-16T00:13:23Z
Releases: 9.1.0
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

Files

PathChange+/−
src/backend/commands/opclasscmds.c modified +4 −65