Home
last modified time | relevance | path

Searched refs:PgControl (Results 1 – 22 of 22) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/postgres/interface/
H A Dversion.h13 PgControl pgInterfaceControl083(const unsigned char *controlFile);
19 PgControl pgInterfaceControl084(const unsigned char *controlFile);
25 PgControl pgInterfaceControl090(const unsigned char *controlFile);
31 PgControl pgInterfaceControl091(const unsigned char *controlFile);
37 PgControl pgInterfaceControl092(const unsigned char *controlFile);
43 PgControl pgInterfaceControl093(const unsigned char *controlFile);
49 PgControl pgInterfaceControl094(const unsigned char *controlFile);
55 PgControl pgInterfaceControl095(const unsigned char *controlFile);
61 PgControl pgInterfaceControl096(const unsigned char *controlFile);
67 PgControl pgInterfaceControl100(const unsigned char *controlFile);
[all …]
H A Dversion.intern.h66PgControl
72 …return (PgControl) …
85PgControl
91 …return (PgControl) …
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessPostgres.c15 void hrnPgInterfaceControl083(PgControl pgControl, unsigned char *buffer);
19 void hrnPgInterfaceControl084(PgControl pgControl, unsigned char *buffer);
23 void hrnPgInterfaceControl090(PgControl pgControl, unsigned char *buffer);
27 void hrnPgInterfaceControl091(PgControl pgControl, unsigned char *buffer);
31 void hrnPgInterfaceControl092(PgControl pgControl, unsigned char *buffer);
35 void hrnPgInterfaceControl093(PgControl pgControl, unsigned char *buffer);
39 void hrnPgInterfaceControl094(PgControl pgControl, unsigned char *buffer);
43 void hrnPgInterfaceControl095(PgControl pgControl, unsigned char *buffer);
47 void hrnPgInterfaceControl096(PgControl pgControl, unsigned char *buffer);
79 void (*control)(PgControl, unsigned char *);
[all …]
H A DharnessPostgres.h22 Buffer *hrnPgControlToBuffer(PgControl pgControl);
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/postgres/
H A Dinterface.h102 typedef struct PgControl struct
112 } PgControl; argument
128 PgControl pgControlFromFile(const Storage *storage);
173 String *pgControlToLog(const PgControl *pgControl);
177 PgControl
H A Dinterface.c67 PgControl (*control)(const unsigned char *);
287 static PgControl
321 PgControl result = interface->control(bufPtrConst(controlFile)); in pgControlFromBuffer()
334 PgControl
343 PgControl result = {0}; in pgControlFromFile()
703 pgControlToLog(const PgControl *pgControl) in pgControlToLog()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/postgres/
H A DinterfaceTest.c70 …hrnPgControlToBuffer((PgControl){.version = PG_VERSION_11, .systemId = 0xFACEFACE, .walSegmentSize… in testRun()
72 PgControl info = {0}; in testRun()
81 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_93, .walSegmentSize = 1024 * 1024})); in testRun()
89 hrnPgControlToBuffer((PgControl){.version = PG_VERSION_95, .pageSize = 32 * 1024})); in testRun()
97 (PgControl){ in testRun()
242 PgControl pgControl = in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/stanza/
H A Dcommon.c38 PgControl
43 PgControl result = {0}; in pgValidate()
H A Dcommon.h17 PgControl pgValidate(void);
H A Dupgrade.c38 PgControl pgControl = pgValidate(); in cmdStanzaUpgrade()
H A Dcreate.c41 PgControl pgControl = pgValidate(); in cmdStanzaCreate()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DstanzaTest.c66 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_96, .systemId = 6569239123849665679})); in testRun()
533 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_92, .systemId = 6569239123849665699})); in testRun()
573 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_91, .systemId = 6569239123849665699})); in testRun()
593 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_92, .systemId = 6569239123849665699})); in testRun()
622 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_92, .systemId = 6569239123849665699})); in testRun()
627 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_94, .systemId = 6569239123849665700})); in testRun()
636 PgControl pgControl = {0}; in testRun()
669 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_96, .systemId = 6569239123849665679})); in testRun()
918 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_96, .systemId = 6569239123849665679})); in testRun()
H A DarchiveGetTest.c155 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_10, .systemId = 0xFACEFACEFACEFACE})); in testRun()
625 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_10, .systemId = 0xFACEFACEFACEFACE})); in testRun()
783 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_11, .systemId = 0xFACEFACEFACEFACE})); in testRun()
814 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_10, .systemId = 0x8888888888888888})); in testRun()
827 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_10, .systemId = 0xFACEFACEFACEFACE})); in testRun()
H A DbackupTest.c258 PgControl pgControl = pgControlFromFile(storagePg()); in testBackupPqScript()
935 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_92, .systemId = 1000000000000000920})); in testRun()
960 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_10, .systemId = 1000000000000001000})); in testRun()
987 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_83, .systemId = 1000000000000000830})); in testRun()
1011 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_84, .systemId = 1000000000000000840})); in testRun()
1035 hrnPgControlToBuffer((PgControl){.version = PG_VERSION_93, .systemId = PG_VERSION_93})); in testRun()
1093 hrnPgControlToBuffer((PgControl){.version = PG_VERSION_93, .systemId = PG_VERSION_93})); in testRun()
1125 hrnPgControlToBuffer((PgControl){.version = PG_VERSION_93, .systemId = PG_VERSION_93})); in testRun()
1356 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_84, .systemId = 1000000000000000840})); in testRun()
1607 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_95, .systemId = 1000000000000000950}), in testRun()
[all …]
H A DcheckTest.c155 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_92, .systemId = 6569239123849665679})); in testRun()
181 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_92, .systemId = 6569239123849665679})); in testRun()
577 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_96, .systemId = 6569239123849665679})); in testRun()
H A DarchivePushTest.c109 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_96, .systemId = 0xFACEFACEFACEFACE})); in testRun()
294 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_11, .systemId = 0xFACEFACEFACEFACE})); in testRun()
675 … hrnPgControlToBuffer((PgControl){.version = PG_VERSION_94, .systemId = 0xAAAABBBBCCCCDDDD})); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/harnessPostgres/
H A DharnessVersion.intern.h39 …hrnPgInterfaceControl##version(PgControl pgControl, unsigned char *buffer) …
58 …hrnPgInterfaceControl##version(PgControl pgControl, unsigned char *buffer) …
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/check/
H A Dcheck.c76 PgControl pgControl = pgControlFromFile(storagePgIdx(dbGroup.standbyIdx)); in checkStandby()
120 PgControl pgControl = pgControlFromFile(storagePgIdx(dbGroup.primaryIdx)); in checkPrimary()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/archive/get/
H A Dget.c374 PgControl controlInfo = pgControlFromFile(storagePg()); in archiveGetCheck()
718 PgControl pgControl = pgControlFromFile(storagePg()); in cmdArchiveGet()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/archive/push/
H A Dpush.c219 PgControl pgControl = pgControlFromFile(storagePg()); in archivePushCheck()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c213 PgControl pgControl = pgControlFromFile(result->storagePrimary); in backupInit()
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache9634 "subject": "Add missing ToLog() coverage to String, List, and PgControl.",