It appears the Slony-I xxid functions are claiming to be capable of hashing, but cannot actually do so. Whats up?
Slony-I defined an XXID data type and operators on that type in order to allow manipulation of transaction IDs that are used to group together updates that are associated with the same transaction. Operators were not available for PostgreSQL 7.3 and earlier versions; in order to support version 7.3, custom functions had to be added. The = operator was marked as supporting hashing, but for that to work properly, the join operator must appear in a hash index operator class. That was not defined, and as a result, queries (like the one above) that decide to use hash joins will fail.
Related Questions
- What is the scope of practice for the graduate nurse? Can a graduate nurse perform the same functions of a licensed nurse before he/she is actually licensed?
- What is the scope of practice for the graduate nurse? Can a graduate nurse perform the same functions as a licensed nurse before he/she is actually licensed?
- How does the analyst collect the information needed to determine the Job requirements and what functions are actually being performed?