mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Another directory totally cleaned out
This commit is contained in:
@@ -6,15 +6,16 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: smgr.h,v 1.1 1996/08/28 01:58:32 scrappy Exp $
|
||||
* $Id: smgr.h,v 1.2 1996/11/05 06:11:07 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SMGR_H
|
||||
#define SMGR_H
|
||||
|
||||
#include "utils/rel.h"
|
||||
#include "storage/spin.h" /* for SPINLOCK */
|
||||
#include <storage/spin.h>
|
||||
#include <storage/block.h>
|
||||
#include <utils/rel.h>
|
||||
|
||||
#define SM_FAIL 0
|
||||
#define SM_SUCCESS 1
|
||||
|
||||
Reference in New Issue
Block a user