Commit 42aa1f0a authored by Tom Lane's avatar Tom Lane

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
parent 3a990a12
...@@ -3372,7 +3372,7 @@ interval *PGTYPESinterval_new(void); ...@@ -3372,7 +3372,7 @@ interval *PGTYPESinterval_new(void);
<para> <para>
Release the memory of a previously allocated interval variable. Release the memory of a previously allocated interval variable.
<synopsis> <synopsis>
void PGTYPESinterval_new(interval *intvl); void PGTYPESinterval_free(interval *intvl);
</synopsis> </synopsis>
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment