1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Another series started from utils/builtins.h

This commit is contained in:
Marc G. Fournier
1996-11-04 07:46:06 +00:00
parent d93d3c843a
commit 5a5f9420e5
8 changed files with 25 additions and 34 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: skey.h,v 1.2 1996/10/19 04:36:08 scrappy Exp $
* $Id: skey.h,v 1.3 1996/11/04 07:45:26 scrappy Exp $
*
*
* Note:
@ -16,8 +16,7 @@
#ifndef SKEY_H
#define SKEY_H
#include "access/attnum.h"
#include <access/attnum.h>
typedef struct ScanKeyData {
bits16 sk_flags; /* flags */