We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f07f6b commit be91973Copy full SHA for be91973
src/include/optimizer/ordering.h
@@ -6,13 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef ORDERING_H
14
#define ORDERING_H
15
16
+#include <nodes/relation.h>
17
+
18
extern bool equal_path_path_ordering(PathOrder *path_ordering1,
19
PathOrder *path_ordering2);
20
extern bool equal_path_merge_ordering(Oid *path_ordering,
0 commit comments