Little fix for 8.3 compat
authorCédric Villemain <cedric@2ndquadrant.fr>
Thu, 1 Dec 2011 11:02:04 +0000 (12:02 +0100)
committerCédric Villemain <cedric@2ndquadrant.fr>
Thu, 1 Dec 2011 11:02:04 +0000 (12:02 +0100)
commitee523b505c1752fa3e94e9a85259e5935a03a9b2
tree209fed46b8d3ebfc17bc949fc2fbdb2af30afb9a
parent5721ad24a676b4a867db687ce3ab7f6d3c9628a2
Little fix for 8.3 compat

USE_POSIX_FADVISE is first define in 8.4 so we need to add the define here.
Idea behind is that we can just remove code when 8.3 is EOL.
pgfincore.c