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 769 B image not shown  

Quelle  copy_file.h

  Sprache: C
 

/*
 * Copy entire files.
 *
 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/bin/pg_combinebackup/copy_file.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef COPY_FILE_H
#define COPY_FILE_H

#include "common/checksum_helper.h"

/*
 * Enumeration to denote copy modes.
 */

typedef enum CopyMethod
{
 COPY_METHOD_CLONE,
 COPY_METHOD_COPY,
 COPY_METHOD_COPY_FILE_RANGE,
#ifdef WIN32
 COPY_METHOD_COPYFILE,
#endif
 COPY_METHOD_LINK,
} CopyMethod;

extern void copy_file(const char *src, const char *dst,
       pg_checksum_context *checksum_ctx,
       CopyMethod copy_method, bool dry_run);

#endif       /* COPY_FILE_H */

Messung V0.5 in Prozent
C=92 H=100 G=95

¤ Dauer der Verarbeitung: 0.12 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.