diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-07-19 08:50:14 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-07-19 08:50:14 +0900 |
commit | 70a33b21099c046dc38f07ffb02b1e0cf2aff91d (patch) | |
tree | f084ff86e50a3b0a3f4c7166b0b593474f582b74 /src | |
parent | e6feef571a016c9dac52a01aebad484768eb5c68 (diff) | |
download | postgresql-70a33b21099c046dc38f07ffb02b1e0cf2aff91d.tar.gz postgresql-70a33b21099c046dc38f07ffb02b1e0cf2aff91d.zip |
Fix typo in mvdistinct.c
Noticed while browsing the code.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/statistics/mvdistinct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/mvdistinct.c b/src/backend/statistics/mvdistinct.c index 9ebf183d909..536605b83df 100644 --- a/src/backend/statistics/mvdistinct.c +++ b/src/backend/statistics/mvdistinct.c @@ -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) |