]> granicus.if.org Git - postgresql/commitdiff
Fix typo in mvdistinct.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 18 Jul 2019 23:50:14 +0000 (08:50 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 18 Jul 2019 23:50:14 +0000 (08:50 +0900)
Noticed while browsing the code.

src/backend/statistics/mvdistinct.c

index 9ebf183d909c73c66922e43264d4d3c74ec43d37..536605b83df70d76f4393a291248a30d1b4f3992 100644 (file)
@@ -339,7 +339,7 @@ statext_ndistinct_deserialize(bytea *data)
  *             input routine for type pg_ndistinct
  *
  * pg_ndistinct is real enough to be a table column, but it has no
- * operations of its own, and disallows input (jus like pg_node_tree).
+ * operations of its own, and disallows input (just like pg_node_tree).
  */
 Datum
 pg_ndistinct_in(PG_FUNCTION_ARGS)