diff options
author | Noah Misch <noah@leadboat.com> | 2016-04-01 21:53:10 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2016-04-01 21:53:10 -0400 |
commit | 4ad6f13500cd9a3ca0652e43232f9515319e55e2 (patch) | |
tree | a61b2e89bff781ca7831ab1dc3613478993d7478 /contrib/pgstattuple/pgstatapprox.c | |
parent | f07d18b6e94da6ef93dc4e00096f1e7542814fdb (diff) | |
download | postgresql-4ad6f13500cd9a3ca0652e43232f9515319e55e2.tar.gz postgresql-4ad6f13500cd9a3ca0652e43232f9515319e55e2.zip |
Copyedit comments and documentation.
Diffstat (limited to 'contrib/pgstattuple/pgstatapprox.c')
-rw-r--r-- | contrib/pgstattuple/pgstatapprox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgstattuple/pgstatapprox.c b/contrib/pgstattuple/pgstatapprox.c index 5d08c7377c5..a49ff543d2d 100644 --- a/contrib/pgstattuple/pgstatapprox.c +++ b/contrib/pgstattuple/pgstatapprox.c @@ -1,6 +1,6 @@ /*------------------------------------------------------------------------- * - * pgstatapproc.c + * pgstatapprox.c * Bloat estimation functions * * Copyright (c) 2014-2016, PostgreSQL Global Development Group |