Skip to content
Snippets Groups Projects
Commit be919732 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

One by one, file by file

parent 3f07f6ba
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,15 @@ ...@@ -6,13 +6,15 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef ORDERING_H
#define ORDERING_H #define ORDERING_H
#include <nodes/relation.h>
extern bool equal_path_path_ordering(PathOrder *path_ordering1, extern bool equal_path_path_ordering(PathOrder *path_ordering1,
PathOrder *path_ordering2); PathOrder *path_ordering2);
extern bool equal_path_merge_ordering(Oid *path_ordering, extern bool equal_path_merge_ordering(Oid *path_ordering,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment