You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Add Pack pseudo-type.
Rather than working directly with Buffer types, define a new Pack pseudo-type that represents a Buffer containing a pack. This makes it clearer that a pack is being stored and allows stronger typing.
This commit is contained in:
@ -1330,7 +1330,7 @@ testRun(void)
|
||||
pckWriteStrP(resultPack, NULL);
|
||||
pckWriteEndP(resultPack);
|
||||
|
||||
protocolParallelJobResultSet(job, pckReadNewBuf(pckWriteBuf(resultPack)));
|
||||
protocolParallelJobResultSet(job, pckReadNew(pckWriteResult(resultPack)));
|
||||
|
||||
// Create manifest with file
|
||||
Manifest *manifest = NULL;
|
||||
|
Reference in New Issue
Block a user