pgsql: Fix more instances of "the the" in comments.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix more instances of "the the" in comments.
Date: 2013-12-13 18:02:26
Message-ID: E1VrX4E-0000zt-9U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix more instances of "the the" in comments.

Plus one instance of "to to" in the docs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dde6282500ac650cd0257fc24aeb5688962fddf9

Modified Files
--------------
doc/src/sgml/extend.sgml | 2 +-
src/backend/access/transam/xlog.c | 8 ++++----
src/backend/access/transam/xlogfuncs.c | 2 +-
src/backend/commands/vacuum.c | 2 +-
src/backend/replication/walreceiver.c | 2 +-
src/backend/storage/ipc/procarray.c | 2 +-
src/backend/utils/cache/relcache.c | 2 +-
src/pl/plpgsql/src/pl_exec.c | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-13 19:06:10 pgsql: Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotif
Previous Message Andres Freund 2013-12-13 17:08:32 Re: pgsql: Fix a couple of bugs in MultiXactId freezing