Commit 76279305 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[postgres] remove node_pos index which is not immutable

This caused subtle bugs when ALTER TABLE with search_title was
called. It is a wrong practice to define an index immutable when in
fact it's not. The count(id) part makes it mutable in fact.
parent 93221100
Pipeline #1883 passed with stage
in 37 minutes and 26 seconds