diff options
author | Michael Paquier | 2022-01-25 00:40:04 +0000 |
---|---|---|
committer | Michael Paquier | 2022-01-25 00:40:04 +0000 |
commit | 410aa248e5a883fde4832999cc9b23c7ace0f2ff (patch) | |
tree | e3dba4bbe6b5e60687939a1b04cfaac9a129adb9 /src/bin/psql/describe.c | |
parent | c817a072aae8441a11d6a0336953ecd69dc548ba (diff) |
Fix various typos, grammar and code style in comments and docs
This fixes a set of issues that have accumulated over the past months
(or years) in various code areas. Most fixes are related to some recent
additions, as of the development of v15.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/bin/psql/describe.c')
-rw-r--r-- | src/bin/psql/describe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index 40433e32fa0..346cd92793c 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -2652,8 +2652,8 @@ describeOneTableDetails(const char *schemaname, /* * When printing kinds we ignore expression statistics, - * which is used only internally and can't be specified by - * user. We don't print the kinds when either none are + * which are used only internally and can't be specified + * by user. We don't print the kinds when none are * specified (in which case it has to be statistics on a * single expr) or when all are specified (in which case * we assume it's expanded by CREATE STATISTICS). |