pgsql: Fix typo: pg_statistics -> pg_statistic

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo: pg_statistics -> pg_statistic
Date: 2017-01-25 19:40:56
Message-ID: E1cWTRA-0006nt-6d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo: pg_statistics -> pg_statistic

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5a366b4ff4ceceb9793fcc13c3f097ee0d32c56d

Modified Files
--------------
doc/src/sgml/planstats.sgml | 2 +-
doc/src/sgml/release-7.4.sgml | 2 +-
doc/src/sgml/release-old.sgml | 4 ++--
src/backend/postmaster/autovacuum.c | 2 +-
src/backend/utils/cache/lsyscache.c | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-26 15:16:35 Re: [COMMITTERS] pgsql: Reindent table partitioning code.
Previous Message Tom Lane 2017-01-25 18:28:43 pgsql: Introduce convenience macros to hide JsonbContainer header acces