2011/3/30 aaronenabs <aaronen...@btconnect.com>: > Can you alos advise how i change the the HeapTupleSatisfiesVisibility() to > true within the source code:
[..] > #define HeapTupleSatisfiesVisibility(tuple, snapshot, buffer) \ > ((*(snapshot)->satisfies) ((tuple)->t_data, snapshot, buffer)) As someone totally not familiar with the PostgreSQL source code, I would guess something like: #define HeapTupleSatisfiesVisibility(tuple, snapshot, buffer) (1) You might want to check the return type of the "satisfies" function pointer though. Nicolas -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers