work around for 9.1.

This commit is contained in:
Takahiro Itagaki
2011-03-03 01:21:40 +00:00
parent 8ec3a085ad
commit 830ef422ad
4 changed files with 29 additions and 24 deletions

View File

@ -155,6 +155,9 @@ extern void tuplestore_putvalues(Tuplestorestate *state, TupleDesc tdesc,
#define ATExecChangeOwner(relationOid, newOwnerId, recursing, lockmode) \
ATExecChangeOwner((relationOid), (newOwnerId), (recursing))
#define deleteDependencyRecordsFor(classId, objectId, skipExtensionDeps) \
deleteDependencyRecordsFor((classId), (objectId))
#endif
#if PG_VERSION_NUM < 80300