Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be91973

Browse files
committed
One by one, file by file
1 parent 3f07f6b commit be91973

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/optimizer/ordering.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: ordering.h,v 1.1 1996/08/28 07:23:17 scrappy Exp $
9+
* $Id: ordering.h,v 1.2 1996/11/06 09:27:29 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef ORDERING_H
1414
#define ORDERING_H
1515

16+
#include <nodes/relation.h>
17+
1618
extern bool equal_path_path_ordering(PathOrder *path_ordering1,
1719
PathOrder *path_ordering2);
1820
extern bool equal_path_merge_ordering(Oid *path_ordering,

0 commit comments

Comments
 (0)