2018-09-25 10:24:42 +01:00
|
|
|
/***********************************************************************************************************************************
|
|
|
|
PostgreSQL 9.5 Interface
|
2019-03-18 22:10:25 +04:00
|
|
|
|
2019-03-21 21:11:36 +04:00
|
|
|
See postgres/interface/version.intern.h for documentation.
|
2018-09-25 10:24:42 +01:00
|
|
|
***********************************************************************************************************************************/
|
2019-04-26 08:08:23 -04:00
|
|
|
#include "build.auto.h"
|
|
|
|
|
2019-03-21 21:11:36 +04:00
|
|
|
#define PG_VERSION PG_VERSION_95
|
2018-09-25 10:24:42 +01:00
|
|
|
|
2019-03-21 21:11:36 +04:00
|
|
|
#include "postgres/interface/version.intern.h"
|
2018-09-25 10:24:42 +01:00
|
|
|
|
2019-03-21 21:11:36 +04:00
|
|
|
PG_INTERFACE(095);
|