Re: Replica string comparsion issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Replica string comparsion issue
Дата
Msg-id 32729.1528922281@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Replica string comparsion issue  (Andrey Lizenko <lizenko79@gmail.com>)
Ответы Re: Replica string comparsion issue
Список pgsql-general
Andrey Lizenko <lizenko79@gmail.com> writes:
> I'm observing strange behaviour on comparing ::text field with string while
> quering replica.

These symptoms seem consistent with the theory that the replica's index
for that column (symbols_aggregates_uniq) is corrupt.  I think your
casts etc are just serving to defeat selection of an indexscan.

Why it's corrupt, I dunno, but you might try forcing a reindex on the
master.

            regards, tom lane


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Replica string comparsion issue
Следующее
От: Andrey Lizenko
Дата:
Сообщение: Re: Replica string comparsion issue