Skip to content
Snippets Groups Projects
Commit bb0aed59 authored by Tom Lane's avatar Tom Lane
Browse files

Use SnapshotNow instead of SnapshotSelf for reading the catalogs

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.
parent 4aefe755
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment