aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/time/snapmgr.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2014-10-20 10:23:40 -0400
committerRobert Haas <rhaas@postgresql.org>2014-10-20 10:23:40 -0400
commit0f565c074311d202f4524d1fd104b28c5a6adaf2 (patch)
tree7407806e48f0e069778487c8ababfa991795d80d /src/backend/utils/time/snapmgr.c
parent49d182e61ebca00762531718b3bafa9107ccee17 (diff)
downloadpostgresql-0f565c074311d202f4524d1fd104b28c5a6adaf2.tar.gz
postgresql-0f565c074311d202f4524d1fd104b28c5a6adaf2.zip
Fix typos.
Etsuro Fujita
Diffstat (limited to 'src/backend/utils/time/snapmgr.c')
-rw-r--r--src/backend/utils/time/snapmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/time/snapmgr.c b/src/backend/utils/time/snapmgr.c
index 2834753d734..d601efef669 100644
--- a/src/backend/utils/time/snapmgr.c
+++ b/src/backend/utils/time/snapmgr.c
@@ -283,7 +283,7 @@ GetNonHistoricCatalogSnapshot(Oid relid)
{
/*
* If the caller is trying to scan a relation that has no syscache, no
- * catcache invalidations will be sent when it is updated. For a a few
+ * catcache invalidations will be sent when it is updated. For a few
* key relations, snapshot invalidations are sent instead. If we're
* trying to scan a relation for which neither catcache nor snapshot
* invalidations are sent, we must refresh the snapshot every time.