Wed May 11 23:00:10 PDT 2005
- Previous message: [Slony1-commit] By darcyb: Clean up a few build noises dealing with the concept and
- Next message: [Slony1-commit] By cbbrowne: Add in replication check script intended for use with
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Resolve bug #1297 - xxid equality operator indicated as supporting hashing. Modified Files: -------------- slony1-engine/src/xxid: xxid.v73.sql (r1.2 -> r1.3) -------------- next part -------------- Index: xxid.v73.sql =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/xxid/xxid.v73.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -Lsrc/xxid/xxid.v73.sql -Lsrc/xxid/xxid.v73.sql -u -w -r1.2 -r1.3 --- src/xxid/xxid.v73.sql +++ src/xxid/xxid.v73.sql @@ -94,8 +94,7 @@ RIGHTARG = @NAMESPACE at ."xxid", COMMUTATOR = =, NEGATOR = <>, RESTRICT = eqsel, JOIN = eqjoinsel, - SORT1 = <, SORT2 = <, - HASHES + SORT1 = <, SORT2 = < ); CREATE OPERATOR <> ( PROCEDURE = @NAMESPACE at ."xxidne",
- Previous message: [Slony1-commit] By darcyb: Clean up a few build noises dealing with the concept and
- Next message: [Slony1-commit] By cbbrowne: Add in replication check script intended for use with
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list