Fix recently introduced typo.

Reported-By: David Rowley
This commit is contained in:
Andres Freund 2020-04-05 12:03:09 -07:00
parent a9d9bdd3ad
commit 549a3e23c3
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ ScanPgRelation(Oid targetRelId, bool indexOK, bool force_non_historic)
* The caller might need a tuple that's newer than the one the historic
* snapshot; currently the only case requiring to do so is looking up the
* relfilenode of non mapped system relations during decoding. That
* snapshot cant't change in the midst of a relcache build, so there's no
* snapshot can't change in the midst of a relcache build, so there's no
* need to register the snapshot.
*/
if (force_non_historic)