• Teodor Sigaev's avatar
    pg_trgm's set_limit() now uses SetConfigOption() · aa698d75
    Teodor Sigaev authored
    Deprecated set_limit() is modified to use SetConfigOption() to set
    similarity_threshold which is actually an instance of
    pg_trgm.similarity_threshold GUC variable. Previous coding directly sets
    similarity_threshold what could cause an inconsistency between states of
    actual variable and GUC representation.
    
    Per gripe from Tom Lane
    aa698d75
trgm_op.c 24 KB