projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d9bdd
)
Fix recently introduced typo.
author
Andres Freund
<
[email protected]
>
Sun, 5 Apr 2020 19:03:09 +0000
(12:03 -0700)
committer
Andres Freund
<
[email protected]
>
Sun, 5 Apr 2020 19:03:09 +0000
(12:03 -0700)
Reported-By: David Rowley
src/backend/utils/cache/relcache.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/cache/relcache.c
b/src/backend/utils/cache/relcache.c
index 0cb5b63473f16ffc83f1b591bd7245fdae81e020..dfd81f1320e350db37c077e0577265824d5c8d53 100644
(file)
--- 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 can
t
'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)