Commit 70a33b21 authored by Michael Paquier's avatar Michael Paquier

Fix typo in mvdistinct.c

Noticed while browsing the code.
parent e6feef57
...@@ -339,7 +339,7 @@ statext_ndistinct_deserialize(bytea *data) ...@@ -339,7 +339,7 @@ statext_ndistinct_deserialize(bytea *data)
* input routine for type pg_ndistinct * input routine for type pg_ndistinct
* *
* pg_ndistinct is real enough to be a table column, but it has no * 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 Datum
pg_ndistinct_in(PG_FUNCTION_ARGS) pg_ndistinct_in(PG_FUNCTION_ARGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment