[PATCH] elimination of code duplication in DefineOpFamily() - Mailing list pgsql-hackers

From KaiGai Kohei
Subject [PATCH] elimination of code duplication in DefineOpFamily()
Date
Msg-id 4B8F0AEC.2070005@ak.jp.nec.com
Whole thread Raw
List pgsql-hackers
It looks like for me the bottom half of the DefineOpFamily() is
a block copied and pasted from CreateOpFamily().
It has identical logic, variable names and source code comments.

Perhaps, we can replace this code block by CreateOpFamily() call.

Thanks,
--
KaiGai Kohei <kaigai@ak.jp.nec.com>

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Getting to 9.0 beta
Next
From: Tom Lane
Date:
Subject: Upcoming back-branch releases