pgsql: Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UNDERFLOW.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UNDERFLOW.
Date: 2010-05-09 16:30:31
Message-ID: 20100509163031.7E1857541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UNDERFLOW.
Noted by KOIZUMI Satoru.

Modified Files:
--------------
pgsql/doc/src/sgml:
ecpg.sgml (r1.98 -> r1.99)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ecpg.sgml?r1=1.98&r2=1.99)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-09 18:11:55 pgsql: Fix missing static declaration for XLogRead().
Previous Message Tom Lane 2010-05-09 02:16:00 pgsql: Adjust comments about avoiding use of printf's %.*s.