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

Produce a clean compile of backend...

This commit is contained in:
Marc G. Fournier
1996-11-03 06:54:38 +00:00
parent 3cf53c1d8a
commit c9002ecb21
29 changed files with 73 additions and 75 deletions

View File

@@ -8,14 +8,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/lselect.c,v 1.1.1.1 1996/07/09 06:22:10 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/lselect.c,v 1.2 1996/11/03 06:54:35 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include <stdio.h>
#include "c.h"
#include "postgres.h"
#include "storage/buf.h"
#include "access/skey.h"

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.1.1.1 1996/07/09 06:22:10 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/sort/Attic/psort.c,v 1.2 1996/11/03 06:54:38 scrappy Exp $
*
* NOTES
* Sorts the first relation into the second relation. The sort may
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <math.h>
#include "c.h"
#include "postgres.h"
#include "executor/execdebug.h"
#include "access/heapam.h"
@@ -34,7 +34,6 @@
#include "storage/buf.h"
#include "storage/bufmgr.h" /* for BLCKSZ */
#include "utils/portal.h" /* for {Start,End}PortalAllocMode */
#include "utils/elog.h"
#include "utils/rel.h"
#include "utils/psort.h"