projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6feef5
)
Fix typo in mvdistinct.c
author
Michael Paquier
Thu, 18 Jul 2019 23:50:14 +0000
(08:50 +0900)
committer
Michael Paquier
Thu, 18 Jul 2019 23:50:14 +0000
(08:50 +0900)
Noticed while browsing the code.
src/backend/statistics/mvdistinct.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/statistics/mvdistinct.c
b/src/backend/statistics/mvdistinct.c
index 9ebf183d909c73c66922e43264d4d3c74ec43d37..536605b83df70d76f4393a291248a30d1b4f3992 100644
(file)
--- 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 (jus
t
like pg_node_tree).
*/
Datum
pg_ndistinct_in(PG_FUNCTION_ARGS)