pgsql: C comments: "a" <--> "an" corrections

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comments: "a" <--> "an" corrections
Date: 2018-03-29 19:19:02
Message-ID: E1f1d4g-00067Y-SP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comments: "a" <--> "an" corrections

Reported-by: Michael Paquier, Abhijit Menon-Sen

Discussion: https://postgr.es/m/20180305045854.GB2266@paquier.xyz

Author: Michael Paquier, Abhijit Menon-Sen, me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/20b4323bd107920a3c3e60452442e8e2cee302d2

Modified Files
--------------
config/c-library.m4 | 2 +-
src/backend/access/gin/ginvacuum.c | 2 +-
src/backend/catalog/aclchk.c | 2 +-
src/backend/commands/cluster.c | 2 +-
src/backend/executor/instrument.c | 2 +-
src/backend/libpq/pqformat.c | 2 +-
src/backend/nodes/readfuncs.c | 2 +-
src/backend/utils/adt/nabstime.c | 2 +-
src/backend/utils/cache/relcache.c | 2 +-
src/bin/pgbench/t/001_pgbench_with_server.pl | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-03-29 19:22:07 Re: pgsql: Add documentation for the JIT feature.
Previous Message Stephen Frost 2018-03-29 19:00:36 Re: pgsql: Add documentation for the JIT feature.