mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-16 10:20:02 +02:00
7 lines
373 B
Plaintext
7 lines
373 B
Plaintext
|
/***********************************************************************************************************************************
|
||
|
PostgreSQL Query Client Header
|
||
|
***********************************************************************************************************************************/
|
||
|
#include "postgres/client.h"
|
||
|
|
||
|
typedef PgClient *pgBackRest__LibC__PgClient;
|