projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f07f6b
)
One by one, file by file
author
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 09:27:29 +0000
(09:27 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Wed, 6 Nov 1996 09:27:29 +0000
(09:27 +0000)
src/include/optimizer/ordering.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/optimizer/ordering.h
b/src/include/optimizer/ordering.h
index c8f38a2d2ece988b98a8741f01b503c845e1f34f..5ae5df0b85bd5adb11425bbb4cbdc2be7d4fc222 100644
(file)
--- 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,