Thread: pgsql-server/src/backend/utils/adt Tag: REL7_3 ...

pgsql-server/src/backend/utils/adt Tag: REL7_3 ...

From
joe@svr1.postgresql.org (Joe Conway)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    joe@svr1.postgresql.org    03/12/07 00:11:26

Modified files:
    src/backend/utils/adt: Tag: REL7_3_STABLE selfuncs.c

Log message:
    Repair indexed bytea like operations, and related selectivity
    functionality. Per bug report by Alvar Freude:
    http://archives.postgresql.org/pgsql-bugs/2003-12/msg00022.php


Re: pgsql-server/src/backend/utils/adt Tag: REL7_3 ...

From
Neil Conway
Date:
joe@svr1.postgresql.org (Joe Conway) writes:
>     Repair indexed bytea like operations, and related selectivity
>     functionality.

Would this be a useful thing to write some regression tests for?

-Neil


Re: pgsql-server/src/backend/utils/adt Tag: REL7_3 ...

From
Joe Conway
Date:
Neil Conway wrote:
> joe@svr1.postgresql.org (Joe Conway) writes:
>
>>    Repair indexed bytea like operations, and related selectivity
>>    functionality.
>
> Would this be a useful thing to write some regression tests for?

I thought about it, but this was not really a regression so much as it
was poor testing on my part before the feature was added in the first place.

I guess I could easily enough add the test cases I've been using though.

Joe