aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2018-02-22 18:05:30 -0500
committerRobert Haas <rhaas@postgresql.org>2018-02-22 18:06:30 -0500
commita6a80134e3bffa0678a82ed7477d9d46dea07d3a (patch)
tree57e2fb318c5d5f45bd655c6d97b396615706cac6 /src
parentabcba7001e481a565b8fba2393666dc54e90db61 (diff)
downloadpostgresql-a6a80134e3bffa0678a82ed7477d9d46dea07d3a.tar.gz
postgresql-a6a80134e3bffa0678a82ed7477d9d46dea07d3a.zip
Remove extra words.
Thomas Munro Discussion: http://postgr.es/m/CAEepm=2x3NUSPed6=-wDYs39KtUU5Dw3mK_NAMWps+18FmkApQ@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/lmgr/predicate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/lmgr/predicate.c b/src/backend/storage/lmgr/predicate.c
index d1ff2b1edcd..654eca4f3f5 100644
--- a/src/backend/storage/lmgr/predicate.c
+++ b/src/backend/storage/lmgr/predicate.c
@@ -493,8 +493,8 @@ PredicateLockingNeededForRelation(Relation relation)
* as RO-safe since the last call, we release all predicate locks and reset
* MySerializableXact. That makes subsequent calls to return quickly.
*
- * This is marked as 'inline' to make to eliminate the function call overhead
- * in the common case that serialization is not needed.
+ * This is marked as 'inline' to eliminate the function call overhead in the
+ * common case that serialization is not needed.
*/
static inline bool
SerializationNeededForRead(Relation relation, Snapshot snapshot)