Skip to content

Commit 549a3e2

Browse files
committed
Fix recently introduced typo.
Reported-By: David Rowley
1 parent a9d9bdd commit 549a3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/relcache.c

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

0 commit comments

Comments
 (0)