Skip to content

Commit 42aa1f0

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 parent 3a990a1 commit 42aa1f0

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-
void PGTYPESinterval_new(interval *intvl);
3375+
void PGTYPESinterval_free(interval *intvl);
33763376
</synopsis>
33773377
</para>
33783378
</listitem>

0 commit comments

Comments
 (0)