veil_version.h File Reference


Detailed Description

Provides version information for veil.

     Author:       Marc Munro
     Copyright (c) 2005 - 2010 Marc Munro
     License:      BSD
 $Id: veil_version.h.in,v 1.11 2009/07/04 02:21:52 bloodnok Exp $

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.11"
#define VEIL_VERSION_INFO   "Beta"
#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 25 of file veil_version.h.


Generated on Fri Mar 12 08:38:46 2010 for Veil by  doxygen 1.5.6