1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00
Files
pgbackrest/src/postgres/interface/v095.c

13 lines
526 B
C
Raw Normal View History

/***********************************************************************************************************************************
PostgreSQL 9.5 Interface
See postgres/interface/version.intern.h for documentation.
***********************************************************************************************************************************/
#include "build.auto.h"
#define PG_VERSION PG_VERSION_95
#include "postgres/interface/version.intern.h"
PG_INTERFACE(095);