1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Clean it up so that it compiles

This commit is contained in:
Marc G. Fournier
1996-11-06 08:21:43 +00:00
parent 33a8df7edd
commit 7385619f14
15 changed files with 238 additions and 347 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/version.c,v 1.2 1996/11/03 23:57:42 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/version.c,v 1.3 1996/11/06 08:21:42 scrappy Exp $
*
* NOTES
* At the point the version is defined, 2 physical relations are created
@@ -24,13 +24,13 @@
#include <stdio.h>
#include <string.h>
#include "postgres.h"
#include <postgres.h>
#include "access/heapam.h"
#include "utils/builtins.h"
#include "commands/version.h"
#include "access/xact.h" /* for GetCurrentXactStartTime */
#include "tcop/tcopprot.h"
#include <access/heapam.h>
#include <utils/builtins.h>
#include <commands/version.h>
#include <access/xact.h> /* for GetCurrentXactStartTime */
#include <tcop/tcopprot.h>
#define MAX_QUERY_LEN 1024