Author: Marc Munro Copyright (c) 2005, 2006 Marc Munro License: BSD $Id: veil_version.h.in,v 1.6 2007/07/31 22:18:27 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.5" |
#define | VEIL_VERSION_INFO "Alpha" |
#define | PG_MAJOR_VERSION 8 |
#define | PG_MINOR_VERSION 2 |
#define | SPI_CURSOR_OPEN(name, plan, values, nulls, ro) SPI_cursor_open(name, plan, values, nulls, ro) |
#define | PG_VERSION_GE(major, minor) |
#define PG_VERSION_GE | ( | major, | |||
minor | ) |
Value:
(PG_MAJOR_VERSION > major) || \ ((PG_MAJOR_VERSION == major) && (PG_MINOR_VERSION >= minor))
Definition at line 32 of file veil_version.h.