Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/src/bin/pg_combinebackup/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 1 kB image not shown  

Quelle  reconstruct.h

  Sprache: C
 

/*-------------------------------------------------------------------------
 *
 * reconstruct.h
 *  Reconstruct full file from incremental file and backup chain.
 *
 * Copyright (c) 2017-2025, PostgreSQL Global Development Group
 *
 * IDENTIFICATION
 *   src/bin/pg_combinebackup/reconstruct.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef RECONSTRUCT_H
#define RECONSTRUCT_H

#include "common/checksum_helper.h"
#include "copy_file.h"
#include "load_manifest.h"

extern void reconstruct_from_incremental_file(char *input_filename,
             char *output_filename,
             char *relative_path,
             char *bare_file_name,
             int n_prior_backups,
             char **prior_backup_dirs,
             manifest_data **manifests,
             char *manifest_path,
             pg_checksum_type checksum_type,
             int *checksum_length,
             uint8 **checksum_payload,
             CopyMethod copy_method,
             bool debug,
             bool dry_run);

#endif

Messung V0.5 in Prozent
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.