pgsql: Remove duplicate code in DefineOpFamily().

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove duplicate code in DefineOpFamily().
Date: 2010-07-16 00:13:23
Message-ID: 20100716001323.770227541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/src/backend/commands:
opclasscmds.c (r1.68 -> r1.69)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/opclasscmds.c?r1=1.68&r2=1.69)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-07-16 00:45:30 pgsql: Remove a sanity check in the exclusion-constraint code that
Previous Message Tom Lane 2010-07-14 22:04:28 pgsql: Use an <xref> for restore_command reference.