Definition at line 1802 of file snapbuild.c.
1804{
1809
1810 sprintf(path,
"%s/%X-%X.snap",
1813
1815
1817 {
1819 return false;
1820
1823 errmsg(
"could not open file \"%s\": %m", path)));
1824 }
1825
1826
1827
1828
1829
1830
1831
1832
1833
1836
1837
1839
1843 errmsg(
"snapbuild state file \"%s\" has wrong magic number: %u instead of %u",
1845
1849 errmsg(
"snapbuild state file \"%s\" has unsupported version: %u instead of %u",
1851
1856
1857
1860
1861
1863 {
1868 }
1869
1870
1872 {
1877 }
1878
1882 errmsg(
"could not close file \"%s\": %m", path)));
1883
1885
1886
1890 errmsg(
"checksum mismatch for snapbuild state file \"%s\": is %u, should be %u",
1891 path, checksum, ondisk->
checksum)));
1892
1893 return true;
1894}
int errcode_for_file_access(void)
int errcode(int sqlerrcode)
#define ereport(elevel,...)
int CloseTransientFile(int fd)
void fsync_fname(const char *fname, bool isdir)
int OpenTransientFile(const char *fileName, int fileFlags)
void * MemoryContextAllocZero(MemoryContext context, Size size)
#define ERRCODE_DATA_CORRUPTED
#define COMP_CRC32C(crc, data, len)
#define EQ_CRC32C(c1, c2)
static int fd(const char *x, int i)
#define PG_LOGICAL_SNAPSHOTS_DIR
#define SNAPBUILD_VERSION
#define SnapBuildOnDiskNotChecksummedSize
#define SnapBuildOnDiskConstantSize
static void SnapBuildRestoreContents(int fd, void *dest, Size size, const char *path)
struct SnapBuild::@121 committed
struct SnapBuild::@124 catchange
#define LSN_FORMAT_ARGS(lsn)
References SnapBuildOnDisk::builder, SnapBuild::catchange, SnapBuildOnDisk::checksum, CloseTransientFile(), SnapBuild::committed, COMP_CRC32C, EQ_CRC32C, ereport, errcode(), ERRCODE_DATA_CORRUPTED, errcode_for_file_access(), errmsg, ERROR, fb(), fd(), FIN_CRC32C, fsync_fname(), INIT_CRC32C, LSN_FORMAT_ARGS, SnapBuildOnDisk::magic, MAXPGPATH, MemoryContextAllocZero(), OpenTransientFile(), PG_BINARY, PG_LOGICAL_SNAPSHOTS_DIR, SNAPBUILD_MAGIC, SNAPBUILD_VERSION, SnapBuildOnDiskConstantSize, SnapBuildOnDiskNotChecksummedSize, SnapBuildRestoreContents(), sprintf, SnapBuildOnDisk::version, SnapBuild::xcnt, and SnapBuild::xip.
Referenced by pg_get_logical_snapshot_info(), pg_get_logical_snapshot_meta(), and SnapBuildRestore().