From: Marc G. Fournier Date: Wed, 6 Nov 1996 09:27:29 +0000 (+0000) Subject: One by one, file by file X-Git-Tag: REL2_0~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be9197320a564bbf6ca6f262e1955c5474a33575;p=postgresql One by one, file by file --- diff --git a/src/include/optimizer/ordering.h b/src/include/optimizer/ordering.h index c8f38a2d2e..5ae5df0b85 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 + extern bool equal_path_path_ordering(PathOrder *path_ordering1, PathOrder *path_ordering2); extern bool equal_path_merge_ordering(Oid *path_ordering,