Re: BUG #6692: Potential Bug in equalfuncs.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6692: Potential Bug in equalfuncs.c
Дата
Msg-id 20918.1339864302@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6692: Potential Bug in equalfuncs.c  (msrbugzilla@gmail.com)
Список pgsql-bugs
msrbugzilla@gmail.com writes:
> I observed a code clone in the following files. The function
> "COMPARE_LOCATION_FIELD" is called in some functions and missed in other
> functions. I wonder if this is a bug. Hope it helps.

Well, COMPARE_LOCATION_FIELD() is a no-op anyway, but for
documentation's sake it should be called in the comparison function for
every node type that has a token location field (some do, some don't).
So far as I can see, it is called where it should be.  Did you observe a
place where it is not, and if so where?

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade fails with missing FTS resources
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6693: Potential Bug in rewriteManip.c