mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 21:01:12 -05:00
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
This commit is contained in:
parent
28ee126699
commit
dab8561cde
1 changed files with 1 additions and 1 deletions
|
|
@ -3372,7 +3372,7 @@ interval *PGTYPESinterval_new(void);
|
|||
<para>
|
||||
Release the memory of a previously allocated interval variable.
|
||||
<synopsis>
|
||||
void PGTYPESinterval_new(interval *intvl);
|
||||
void PGTYPESinterval_free(interval *intvl);
|
||||
</synopsis>
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue