Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  meson.build   Sprache: unbekannt

 
Spracherkennung für: .build vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Copyright (c) 2022-2025, PostgreSQL Global Development Group

pg_combinebackup_sources = files(
  'pg_combinebackup.c',
  'backup_label.c',
  'copy_file.c',
  'load_manifest.c',
  'reconstruct.c',
  'write_manifest.c',
)

if host_system == 'windows'
  pg_combinebackup_sources += rc_bin_gen.process(win32ver_rc, extra_args: [
    '--NAME', 'pg_combinebackup',
    '--FILEDESC', 'pg_combinebackup - combine incremental backups',])
endif

pg_combinebackup = executable('pg_combinebackup',
  pg_combinebackup_sources,
  dependencies: [frontend_code],
  kwargs: default_bin_args,
)
bin_targets += pg_combinebackup

tests += {
  'name': 'pg_combinebackup',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'tests': [
      't/001_basic.pl',
      't/002_compare_backups.pl',
      't/003_timeline.pl',
      't/004_manifest.pl',
      't/005_integrity.pl',
      't/006_db_file_copy.pl',
      't/007_wal_level_minimal.pl',
      't/008_promote.pl',
      't/009_no_full_file.pl',
      't/010_hardlink.pl',
      't/011_ib_truncation.pl',
    ],
  }
}

subdir('po', if_found: libintl)

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-08-07]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=738142