pgsql: Fix typo in new message in configure.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in new message in configure.
Date: 2016-12-05 22:30:43
Message-ID: E1cE1mV-0005Zy-6Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in new message in configure.

Remove spurious "of", and reformat to fit on a 80 chars wide line.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/44a977f55f33834a2fe0d1d9bd5eeb29ce67e914

Modified Files
--------------
configure | 4 ++--
configure.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-06 01:28:00 pgsql: Remove extraneous semicolon from uses of relptr_declare().
Previous Message Robert Haas 2016-12-05 21:00:59 pgsql: Ensure gatherstate->nextreader is properly initialized.