You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-03 00:26:59 +02:00
This validates that all current queries work with the new interface and removes the dependency on DBD::Pg.
7 lines
373 B
Plaintext
7 lines
373 B
Plaintext
/***********************************************************************************************************************************
|
|
PostgreSQL Query Client Header
|
|
***********************************************************************************************************************************/
|
|
#include "postgres/client.h"
|
|
|
|
typedef PgClient *pgBackRest__LibC__PgClient;
|