Обсуждение: pgsql: Remove duplicate code in DefineOpFamily().

Поиск
Список
Период
Сортировка

pgsql: Remove duplicate code in DefineOpFamily().

От
tgl@postgresql.org (Tom Lane)
Дата:
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)