1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Cleanup global variables, remove stable memory stuff.

This commit is contained in:
Bruce Momjian
1997-08-14 16:11:41 +00:00
parent e99e4ba833
commit fd86ae151a
4 changed files with 16 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.14 1997/08/14 05:04:38 vadim Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.15 1997/08/14 16:11:28 momjian Exp $
*
* NOTES
* Sorts the first relation into the second relation.
@@ -61,11 +61,11 @@
#include "utils/lselect.h"
#include "utils/psort.h"
#include "miscadmin.h"
#include "storage/fd.h"
#define TEMPDIR "./"
extern int SortMem; /* defined as postgres option */
static long shortzero = 0; /* used to delimit runs */
/*