1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

More include files cleaned up

This commit is contained in:
Marc G. Fournier
1996-10-20 06:35:27 +00:00
parent 3cb7ff8db2
commit 2b5a8bc38b
5 changed files with 15 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tqual.h,v 1.1 1996/08/28 01:59:28 scrappy Exp $
* $Id: tqual.h,v 1.2 1996/10/20 06:35:27 scrappy Exp $
*
* NOTE
* It may be desirable to allow time qualifications to indicate
@@ -17,9 +17,7 @@
#ifndef TQUAL_H
#define TQUAL_H
#include "postgres.h"
#include "utils/nabstime.h"
#include "access/htup.h"
typedef struct TimeQualSpace {
char data[12];