#include "postgres_fe.h"
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>
#include <unistd.h>
#include "common/file_perm.h"
#include "common/logging.h"
#include "copy_file.h"
Go to the source code of this file.
Definition at line 141 of file copy_file.c.
References CHECKSUM_TYPE_NONE, close, PG_BINARY, pg_checksum_update(), pg_fatal, pg_free(), pg_malloc(), read, and pg_checksum_context::type.
Referenced by copy_file_by_range(), copy_file_clone(), and copy_file_link().
Definition at line 52 of file copy_file.c.
References CHECKSUM_TYPE_NONE, close, copy_file_blocks(), copy_file_by_range(), copy_file_clone(), copy_file_link(), COPY_METHOD_CLONE, COPY_METHOD_COPY, COPY_METHOD_COPY_FILE_RANGE, COPY_METHOD_LINK, dry_run, fd(), PG_BINARY, pg_checksum_type_name(), pg_fatal, pg_log_debug, and pg_checksum_context::type.
Definition at line 174 of file copy_file.c.
References close, PG_BINARY, pg_checksum_update(), pg_fatal, pg_file_create_mode, pg_free(), pg_malloc(), read, and write.
Referenced by copy_file().
Definition at line 273 of file copy_file.c.
References checksum_file(), close, generate_unaccent_rules::dest, PG_BINARY, pg_fatal, and pg_file_create_mode.
Referenced by copy_file().
Definition at line 227 of file copy_file.c.
References checksum_file(), close, generate_unaccent_rules::dest, PG_BINARY, pg_fatal, pg_file_create_mode, and strerror.
Referenced by copy_file().
Definition at line 329 of file copy_file.c.
References checksum_file(), generate_unaccent_rules::dest, link(), and pg_fatal.
Referenced by copy_file().