Remove extra words.
authorRobert Haas
Thu, 22 Feb 2018 23:05:30 +0000 (18:05 -0500)
committerRobert Haas
Thu, 22 Feb 2018 23:06:30 +0000 (18:06 -0500)
Thomas Munro

Discussion: http://postgr.es/m/CAEepm=2x3NUSPed6=-wDYs39KtUU5Dw3mK_NAMWps+18FmkApQ@mail.gmail.com

src/backend/storage/lmgr/predicate.c

index d1ff2b1edcd2d3ebcc4a6599375c871ed86cc039..654eca4f3f5d65ed50dbf1bf4d49ecac976bdc04 100644 (file)
@@ -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)