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

Commit42aa1f0

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 parent3a990a1 commit42aa1f0

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
@@ -3372,7 +3372,7 @@ interval *PGTYPESinterval_new(void);
33723372
<para>
33733373
Release the memory of a previously allocated interval variable.
33743374
<synopsis>
3375-
voidPGTYPESinterval_new(interval *intvl);
3375+
voidPGTYPESinterval_free(interval *intvl);
33763376
</synopsis>
33773377
</para>
33783378
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp