aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2020-04-05 12:03:09 -0700
committerAndres Freund <andres@anarazel.de>2020-04-05 12:03:09 -0700
commit549a3e23c3d618103487161b19dbbf8fd2206a5c (patch)
tree7623f240393f4d2553fc2a3cc7507aa510b0859a
parenta9d9bdd3ad21a73b481911f22279e004679d172e (diff)
downloadpostgresql-549a3e23c3d618103487161b19dbbf8fd2206a5c.tar.gz
postgresql-549a3e23c3d618103487161b19dbbf8fd2206a5c.zip
Fix recently introduced typo.
Reported-By: David Rowley
-rw-r--r--src/backend/utils/cache/relcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c
index 0cb5b63473f..dfd81f1320e 100644
--- a/src/backend/utils/cache/relcache.c
+++ b/src/backend/utils/cache/relcache.c
@@ -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)