• Tom Lane's avatar
    Use SnapshotNow instead of SnapshotSelf for reading the catalogs · bb0aed59
    Tom Lane authored
    during flat-file writing.  The only difference is that SnapshotSelf
    would consider tuples of the 'current command' within the current
    transaction as valid, where SnapshotNow wouldn't.  We can eliminate
    the need for this with one extra CommandCounterIncrement call before
    we start reading the catalogs.
    bb0aed59
flatfiles.c 22.3 KB