1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

Final cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 05:23:30 +00:00
parent ba42b68977
commit 69817665cb
23 changed files with 71 additions and 93 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/lselect.c,v 1.17 1999/07/15 22:40:14 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/lselect.c,v 1.18 1999/07/16 05:23:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -17,8 +17,8 @@
#include "postgres.h"
#include "access/heapam.h"
#include "access/heapam.h"
#include "utils/lselect.h"
/*

View File

@ -4,7 +4,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: psort.c,v 1.54 1999/07/15 22:40:14 momjian Exp $
* $Id: psort.c,v 1.55 1999/07/16 05:23:30 momjian Exp $
*
* NOTES
* Sorts the first relation into the second relation.
@ -37,11 +37,11 @@
#include <unistd.h>
#include "postgres.h"
#include "miscadmin.h"
#include "access/heapam.h"
#include "executor/execdebug.h"
#include "executor/executor.h"
#include "miscadmin.h"
#include "utils/psort.h"
static bool createfirstrun(Sort *node);