diff --git a/src/include/optimizer/ordering.h b/src/include/optimizer/ordering.h index c8f38a2d2ece988b98a8741f01b503c845e1f34f..5ae5df0b85bd5adb11425bbb4cbdc2be7d4fc222 100644 --- a/src/include/optimizer/ordering.h +++ b/src/include/optimizer/ordering.h @@ -6,13 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ordering.h,v 1.1 1996/08/28 07:23:17 scrappy Exp $ + * $Id: ordering.h,v 1.2 1996/11/06 09:27:29 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ORDERING_H #define ORDERING_H +#include <nodes/relation.h> + extern bool equal_path_path_ordering(PathOrder *path_ordering1, PathOrder *path_ordering2); extern bool equal_path_merge_ordering(Oid *path_ordering,