Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4768fd3

Browse files
committed
Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UNDERFLOW.
Noted by KOIZUMI Satoru.
1 parented437e2 commit4768fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.98 2010/02/27 04:29:44 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.99 2010/05/09 16:30:31 tgl Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -2256,7 +2256,7 @@ void PGTYPESdecimal_free(decimal *var);
22562256
</varlistentry>
22572257

22582258
<varlistentry>
2259-
<term><literal>PGTYPES_NUM_OVERFLOW</literal></term>
2259+
<term><literal>PGTYPES_NUM_UNDERFLOW</literal></term>
22602260
<listitem>
22612261
<para>
22622262
An underflow occurred. Since the numeric type can deal with almost

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp