mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
One by one, file by file
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user