veil_version.h File Reference


Detailed Description

     Author:       Marc Munro
     Copyright (c) 2005, 2006 Marc Munro
     License:      BSD
 $Id: veil_version.h.in,v 1.7 2008/02/06 15:04:52 bloodnok Exp $

Provides version information for veil

Definition in file veil_version.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define VEIL_VERSION   "0.9.6"
#define VEIL_VERSION_INFO   "Alpha"
#define PG_MAJOR_VERSION   8
#define PG_MINOR_VERSION   3
#define SPI_CURSOR_OPEN(name, plan, values, nulls, ro)   SPI_cursor_open(name, plan, values, nulls, ro)
#define PG_VERSION_GE(major, minor)


Define Documentation

#define PG_VERSION_GE ( major,
minor   ) 

Value:

(PG_MAJOR_VERSION > major) || \
    ((PG_MAJOR_VERSION == major) && (PG_MINOR_VERSION >= minor))

Definition at line 31 of file veil_version.h.


Generated on Tue Mar 11 10:20:09 2008 for Veil by  doxygen 1.5.4