Commit 7ffd2c09 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

+ SortTuplesInTree

parent 712ea250
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: miscadmin.h,v 1.14 1997/09/08 21:50:26 momjian Exp $ * $Id: miscadmin.h,v 1.15 1997/09/18 05:38:09 vadim Exp $
* *
* NOTES * NOTES
* some of the information in this file will be moved to * some of the information in this file will be moved to
...@@ -91,6 +91,7 @@ extern char DateFormat[]; ...@@ -91,6 +91,7 @@ extern char DateFormat[];
extern int fsyncOff; extern int fsyncOff;
extern int SortMem; extern int SortMem;
extern int SortTuplesInTree;
extern Oid LastOidProcessed; /* for query rewrite */ extern Oid LastOidProcessed; /* for query rewrite */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment