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

Commit3d73d26

Browse files
committed
Doc: fix copy-and-pasteo in ecpg docs.
The synopsis for PGTYPESinterval_free() used the wrong name.Discussion:https://postgr.es/m/159231203030.679.3061023914894071953@wrigleys.postgresql.org
1 parent9c14d60 commit3d73d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3342,7 +3342,7 @@ interval *PGTYPESinterval_new(void);
33423342
<para>
33433343
Release the memory of a previously allocated interval variable.
33443344
<synopsis>
3345-
voidPGTYPESinterval_new(interval *intvl);
3345+
voidPGTYPESinterval_free(interval *intvl);
33463346
</synopsis>
33473347
</para>
33483348
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp