mirror of
https://github.com/postgres/postgres.git
synced 2025-05-24 00:03:23 -04:00
Fix recently introduced typo.
Reported-By: David Rowley
This commit is contained in:
parent
a9d9bdd3ad
commit
549a3e23c3
2
src/backend/utils/cache/relcache.c
vendored
2
src/backend/utils/cache/relcache.c
vendored
@ -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
|
* 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
|
* snapshot; currently the only case requiring to do so is looking up the
|
||||||
* relfilenode of non mapped system relations during decoding. That
|
* 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.
|
* need to register the snapshot.
|
||||||
*/
|
*/
|
||||||
if (force_non_historic)
|
if (force_non_historic)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user