david.hoksza@xxxxxxxxx writes: > Hi, I'm trying to implement my own access method. Now I've implemented > and compiled it but I've problems when I try to use it. Wild guess: did you mark all your functions as V1 call convention? The internal functions don't need to be marked, but dynamically loaded ones do. regards, tom lane