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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user